Home
last modified time | relevance | path

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

/netbsd-src/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211reg.h182 #define AR_DCHNTIME(i) (AR_D0_CHNTIME + ((i)<<2)) macro
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212reg.h201 #define AR_DCHNTIME(_i) (AR_D0_CHNTIME + ((_i)<<2)) macro
/netbsd-src/sys/dev/ic/
H A Dathnreg.h88 #define AR_DCHNTIME(i) (0x10c0 + (i) * 4) macro