Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h2203 #define S_POINTER 8 macro
2205 #define V_POINTER(x) ((x) << S_POINTER)
2206 #define G_POINTER(x) (((x) >> S_POINTER) & M_POINTER)