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

/freebsd-10.3-release/sys/dev/cxgb/common/
H A Dcxgb_regs.h5308 #define S_BITPOS3 18 macro
5310 #define V_BITPOS3(x) ((x) << S_BITPOS3)
5311 #define G_BITPOS3(x) (((x) >> S_BITPOS3) & M_BITPOS3)

Completed in 99 milliseconds