Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h5312 #define S_BITPOS2 12 macro
5314 #define V_BITPOS2(x) ((x) << S_BITPOS2)
5315 #define G_BITPOS2(x) (((x) >> S_BITPOS2) & M_BITPOS2)