Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h14671 #define S_NUMBER_RANKS 9 macro
14673 #define V_NUMBER_RANKS(x) ((x) << S_NUMBER_RANKS)
14674 #define G_NUMBER_RANKS(x) (((x) >> S_NUMBER_RANKS) & M_NUMBER_RANKS)