Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_regs.h2522 #define S_CIM_WM 24 macro
2524 #define V_CIM_WM(x) ((x) << S_CIM_WM)
2525 #define G_CIM_WM(x) (((x) >> S_CIM_WM) & M_CIM_WM)