Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/cxgb/
Dcxgb_regs.h4744 #define S_BITPOS0 0 macro
4746 #define V_BITPOS0(x) ((x) << S_BITPOS0)
4747 #define G_BITPOS0(x) (((x) >> S_BITPOS0) & M_BITPOS0)