Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h5317 #define S_BITPOS1 6 macro
5319 #define V_BITPOS1(x) ((x) << S_BITPOS1)
5320 #define G_BITPOS1(x) (((x) >> S_BITPOS1) & M_BITPOS1)