Home
last modified time | relevance | path

Searched refs:XF_MSG_SRC_CORE (Results 1 – 4 of 4) sorted by relevance

/device/linaro/hikey/hifi/xaf/hifi-dpf/core/
Dxf-core.c177 XF_CHK_ERR(XF_MSG_SRC_CORE(src) == core, -EINVAL);
219 XF_CHK_ERR(XF_MSG_SRC_CORE(src) == core, -EINVAL);
543 u32 src = XF_MSG_SRC_CORE(m->id); in xf_msg_submit()
Dxf-shmem.c75 u32 src = XF_MSG_SRC_CORE(m->id); in xf_msg_proxy_put()
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/
Dxf-opcode.h56 #define XF_MSG_SRC_CORE(id) (((id) >> 0) & 0x3) macro
/device/linaro/hikey/hifi/xaf/host-apf/include/
Dxf-opcode.h49 #define XF_MSG_SRC_CORE(id) (((id) >> 0) & 0x3) macro