Home
last modified time | relevance | path

Searched refs:__XF_AP_CLIENT (Results 1 – 3 of 3) sorted by relevance

/device/linaro/hikey/hifi/xaf/hifi-dpf/include/
Dxf-opcode.h73 #define __XF_AP_CLIENT(core, client) ((core) | ((client) << 6) | 0x8000) macro
/device/linaro/hikey/hifi/xaf/host-apf/include/
Dxf-opcode.h66 #define __XF_AP_CLIENT(core, client) ((core) | ((client) << 6) | 0x8000) macro
/device/linaro/hikey/hifi/xaf/host-apf/proxy/
Dxf-proxy.c83 msg.id = __XF_MSG_ID(__XF_AP_CLIENT(proxy->core, handle->client), m->id);
548 …msg.id = __XF_MSG_ID(__XF_AP_CLIENT(proxy->core, handle->client), __XF_PORT_SPEC2(handle->id, port… in xf_command()