Searched defs:SGMII_OFFSET (Results 1 – 2 of 2) sorted by relevance
23 #define SGMII_OFFSET(x) ((x <= 1) ? (x * 0x100) : (SGMII23_OFFSET(x))) macro
167 #define SGMII_OFFSET(x) ((x <= 1) ? (x * 0x100) : ((x * 0x100) + 0x100)) macro169 #define SGMII_OFFSET(x) ((x) * 0x100) macro