Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h15327 #define S_PHY_T_UPDDLY 0 macro
15329 #define V_PHY_T_UPDDLY(x) ((x) << S_PHY_T_UPDDLY)
15330 #define G_PHY_T_UPDDLY(x) (((x) >> S_PHY_T_UPDDLY) & M_PHY_T_UPDDLY)