Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/ath/ath_hal/
HDah_devid.h42 #define AR5211_FPGA11B 0xf11b /* 11b emulation board */ macro
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5211/
HDar5211_attach.c254 if (AH_PRIVATE(ah)->ah_devid == AR5211_FPGA11B) { in ar5211Attach()
549 if (devid == AR5211_FPGA11B) in ar5211Probe()
HDar5211_reset.c438 if (AH_PRIVATE(ah)->ah_devid == AR5211_FPGA11B && in ar5211Reset()
/freebsd-13-stable/tools/tools/ath/athdecode/
HDmain.c211 case AR5211_FPGA11B: in opdevice()