Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/cxgb/common/
HDcxgb_regs.h6890 #define S_MBUSCMD 0 macro
6892 #define V_MBUSCMD(x) ((x) << S_MBUSCMD)
6893 #define G_MBUSCMD(x) (((x) >> S_MBUSCMD) & M_MBUSCMD)