Searched refs:__XF_PORT_SPEC2 (Results 1 – 3 of 3) sorted by relevance
/device/linaro/hikey/hifi/xaf/host-apf/proxy/ |
D | xf-proxy.c | 468 m->dst = __XF_PORT_SPEC2(dst->id, dst_port); in xf_route() 474 msg.id = __XF_MSG_ID(__XF_AP_PROXY(proxy->core), __XF_PORT_SPEC2(src->id, src_port)); in xf_route() 513 msg.id = __XF_MSG_ID(__XF_AP_PROXY(proxy->core), __XF_PORT_SPEC2(src->id, src_port)); in xf_unroute() 548 …msg.id = __XF_MSG_ID(__XF_AP_CLIENT(proxy->core, handle->client), __XF_PORT_SPEC2(handle->id, port… in xf_command()
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/ |
D | xf-opcode.h | 48 #define __XF_PORT_SPEC2(id, port) ((id) | ((port) << 8)) macro
|
/device/linaro/hikey/hifi/xaf/host-apf/include/ |
D | xf-opcode.h | 41 #define __XF_PORT_SPEC2(id, port) ((id) | ((port) << 8)) macro
|