Home
last modified time | relevance | path

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

/NextBSD/sys/dev/cxgb/common/
HDcxgb_regs.h5323 #define S_BITPOS0 0 macro
5325 #define V_BITPOS0(x) ((x) << S_BITPOS0)
5326 #define G_BITPOS0(x) (((x) >> S_BITPOS0) & M_BITPOS0)