Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h60819 #define S_PER_ZCAL_ENA_RANK 8 macro
60821 #define V_PER_ZCAL_ENA_RANK(x) ((x) << S_PER_ZCAL_ENA_RANK)
60822 #define G_PER_ZCAL_ENA_RANK(x) (((x) >> S_PER_ZCAL_ENA_RANK) & M_PER_ZCAL_ENA_RANK)