Home
last modified time | relevance | path

Searched defs:_cf (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dwd33c93var.h228 #define CFFLAGS_NODISC(_cf, _t) ((_cf) & (1 << ( 0 + (_t)))) argument
229 #define CFFLAGS_NOSYNC(_cf, _t) ((_cf) & (1 << ( 8 + (_t)))) argument
230 #define CFFLAGS_NOTAGS(_cf, _t) ((_cf) & (1 << (16 + (_t)))) argument
/netbsd-src/sys/dev/pci/
H A Dpm3reg.h220 #define PM3_CF_TO_DIM_CF(_cf) ((((_cf) & 0x0f) << 2) | ( 1 << … argument
/netbsd-src/sys/external/isc/atheros_hal/dist/
H A Dah_internal.h311 #define ath_hal_getChannelEdges(_ah, _cf, _lc, _hc) \ argument