Searched refs:XF_PORT_CORE (Results 1 – 5 of 5) sorted by relevance
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/ |
D | xf-component.h | 69 return XF_PORT_CORE(component->id); in xf_component_core()
|
D | xf-opcode.h | 49 #define XF_PORT_CORE(spec) ((spec) & 0x3) macro
|
/device/linaro/hikey/hifi/xaf/host-apf/include/ |
D | xf-opcode.h | 42 #define XF_PORT_CORE(spec) ((spec) & 0x3) macro
|
/device/linaro/hikey/hifi/xaf/host-apf/proxy/ |
D | xf-proxy.c | 161 …TRACE(REG, _b("[%p]=[%s:%u:%u]"), handle, id, XF_PORT_CORE(handle->id), XF_PORT_CLIENT(handle->id)… in xf_client_register() 186 …TRACE(REG, _b("%p[%u:%u] unregistered"), handle, XF_PORT_CORE(handle->id), XF_PORT_CLIENT(handle->… in xf_client_unregister()
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/ |
D | xf-core.c | 477 TRACE(DISP, _b("core[%u]::client[%u]::process"), XF_PORT_CORE(id), XF_PORT_CLIENT(id)); in xf_core_process()
|