Searched defs:PROC_CMD_FIBER_PORT (Results 1 – 2 of 2) sorted by relevance
163 #define PROC_CMD_FIBER_PORT(x) BIT(8 + (x) % 4) macro
235 #define PROC_CMD_FIBER_PORT(x) (0x0100 << (x) % 4) macro