Searched defs:SGMII_OFFSET (Results 1 – 1 of 1) sorted by relevance
180 #define SGMII_OFFSET(x) ((x <= 1) ? (x * 0x100) : ((x * 0x100) + 0x100)) macro182 #define SGMII_OFFSET(x) ((x) * 0x100) macro