Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h2771 #define S_CIM_WM 24 macro
2773 #define V_CIM_WM(x) ((x) << S_CIM_WM)
2774 #define G_CIM_WM(x) (((x) >> S_CIM_WM) & M_CIM_WM)