Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h5132 #define S_TABOFST 24 macro
5134 #define V_TABOFST(x) ((x) << S_TABOFST)
5135 #define G_TABOFST(x) (((x) >> S_TABOFST) & M_TABOFST)