Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h18178 #define S_SEL_L 0 macro
18180 #define V_SEL_L(x) ((x) << S_SEL_L)
18181 #define G_SEL_L(x) (((x) >> S_SEL_L) & M_SEL_L)