Searched refs:XF_MSG_SRC_CORE (Results 1 – 4 of 4) sorted by relevance
177 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()
75 u32 src = XF_MSG_SRC_CORE(m->id); in xf_msg_proxy_put()
56 #define XF_MSG_SRC_CORE(id) (((id) >> 0) & 0x3) macro
49 #define XF_MSG_SRC_CORE(id) (((id) >> 0) & 0x3) macro