Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h8833 #define S_PHY_REG_REGADDR 0 macro
8835 #define V_PHY_REG_REGADDR(x) ((x) << S_PHY_REG_REGADDR)
8836 #define G_PHY_REG_REGADDR(x) (((x) >> S_PHY_REG_REGADDR) & M_PHY_REG_REGADDR)