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

/freebsd-13-stable/sys/dev/cxgb/common/
H A Dcxgb_regs.h5319 #define S_BITPOS1 6 macro
5321 #define V_BITPOS1(x) ((x) << S_BITPOS1)
5322 #define G_BITPOS1(x) (((x) >> S_BITPOS1) & M_BITPOS1)

Completed in 189 milliseconds