Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/cxgb/
Dcxgb_regs.h6714 #define S_CMURANGE 21 macro
6716 #define V_CMURANGE(x) ((x) << S_CMURANGE)
6717 #define G_CMURANGE(x) (((x) >> S_CMURANGE) & M_CMURANGE)