Home
last modified time | relevance | path

Searched refs:XF_PORT_CORE (Results 1 – 5 of 5) sorted by relevance

/device/linaro/hikey/hifi/xaf/hifi-dpf/include/
Dxf-component.h69 return XF_PORT_CORE(component->id); in xf_component_core()
Dxf-opcode.h49 #define XF_PORT_CORE(spec) ((spec) & 0x3) macro
/device/linaro/hikey/hifi/xaf/host-apf/include/
Dxf-opcode.h42 #define XF_PORT_CORE(spec) ((spec) & 0x3) macro
/device/linaro/hikey/hifi/xaf/host-apf/proxy/
Dxf-proxy.c161 …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/
Dxf-core.c477 TRACE(DISP, _b("core[%u]::client[%u]::process"), XF_PORT_CORE(id), XF_PORT_CLIENT(id)); in xf_core_process()