Searched defs:__XF_PORT_SPEC (Results 1 – 2 of 2) sorted by relevance
40 #define __XF_PORT_SPEC(core, id, port) ((core) | ((id) << 2) | ((port) << 8)) macro
47 #define __XF_PORT_SPEC(core, id, port) ((core) | ((id) << 2) | ((port) << 8)) macro