Home
last modified time | relevance | path

Searched refs:S_SGMII_SG_SPEED (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h46154 #define S_SGMII_SG_SPEED 0 macro
46156 #define V_SGMII_SG_SPEED(x) ((x) << S_SGMII_SG_SPEED)
46157 #define G_SGMII_SG_SPEED(x) (((x) >> S_SGMII_SG_SPEED) & M_SGMII_SG_SPEED)