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

/freebsd-10.3-release/sys/dev/cxgb/common/
H A Dcxgb_regs.h2066 #define S_BISTMODE 0 macro
2068 #define V_BISTMODE(x) ((x) << S_BISTMODE)
2069 #define G_BISTMODE(x) (((x) >> S_BISTMODE) & M_BISTMODE)

Completed in 121 milliseconds