Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h18608 #define S_MAP1 4 macro
18610 #define V_MAP1(x) ((x) << S_MAP1)
18611 #define G_MAP1(x) (((x) >> S_MAP1) & M_MAP1)