Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h4300 #define S_MSL 0 macro
4302 #define V_MSL(x) ((x) << S_MSL)
4303 #define G_MSL(x) (((x) >> S_MSL) & M_MSL)
/freebsd/sys/dev/cxgbe/common/
H A Dt4_regs.h22931 #define S_MSL 0 macro
22933 #define V_MSL(x) ((x) << S_MSL)
22934 #define G_MSL(x) (((x) >> S_MSL) & M_MSL)