Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h16264 #define S_CNT 0 macro
16266 #define V_CNT(x) ((x) << S_CNT)
16267 #define G_CNT(x) (((x) >> S_CNT) & M_CNT)