Home
last modified time | relevance | path

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

/netbsd-src/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211reg.h146 #define AR_DQCUMASK(i) (AR_D0_QCUMASK + ((i)<<2)) macro
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212reg.h165 #define AR_DQCUMASK(_i) (AR_D0_QCUMASK + ((_i)<<2)) macro
/netbsd-src/sys/dev/ic/
H A Dathnreg.h81 #define AR_DQCUMASK(i) (0x1000 + (i) * 4) macro