Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h22513 #define S_POLE 12 macro
22515 #define V_POLE(x) ((x) << S_POLE)
22516 #define G_POLE(x) (((x) >> S_POLE) & M_POLE)