Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h15151 #define S_VALUE 0 macro
15153 #define V_VALUE(x) ((x) << S_VALUE)
15154 #define G_VALUE(x) (((x) >> S_VALUE) & M_VALUE)