Searched refs:__XF_PORT_SPEC (Results 1 – 3 of 3) sorted by relevance
47 #define __XF_PORT_SPEC(core, id, port) ((core) | ((id) << 2) | ((port) << 8)) macro
40 #define __XF_PORT_SPEC(core, id, port) ((core) | ((id) << 2) | ((port) << 8)) macro
120 component->id = __XF_PORT_SPEC(core, client, 0); in xf_proxy_register()523 xf_ipc_component_rmref(__XF_PORT_SPEC(core, client, 0)); in xf_core_dispatch()