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

/netbsd-current/sys/dev/pci/cxgb/
H A Dcxgb_regs.h6220 #define S_MBUSCMD 0 macro
6222 #define V_MBUSCMD(x) ((x) << S_MBUSCMD)
6223 #define G_MBUSCMD(x) (((x) >> S_MBUSCMD) & M_MBUSCMD)

Completed in 235 milliseconds