Home
last modified time | relevance | path

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

/netbsd/sys/external/isc/atheros_hal/dist/ar5312/
H A Dar5312_attach.c191 if (IS_RAD5112(ah) && !IS_RADX112_REV2(ah)) { in ar5312Attach()
/netbsd/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212.h370 #define IS_RAD5112(ah) \ macro
378 (IS_RAD5112(ah) && \
H A Dar5112.c879 return IS_RAD5112(ah); in ar5112Probe()
H A Dar5212_reset.c1102 (IS_RAD5112(ah) && IS_CHAN_OFDM(chan))) in ar5212PerCalibrationN()