Home
last modified time | relevance | path

Searched refs:ah_phyRev (Results 1 – 20 of 20) sorted by relevance

/freebsd/tools/tools/ath/athpow/
H A Dathpow.c176 , revs->ah_phyRev >> 4, revs->ah_phyRev & 0xf in printRevs()
/freebsd/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_reset.c240 if (AH_PRIVATE(ah)->ah_phyRev >= AR_PHY_CHIP_ID_REV_2) { in ar5312Reset()
273 if (AH_PRIVATE(ah)->ah_phyRev >= AR_PHY_CHIP_ID_REV_3) { in ar5312Reset()
277 if (AH_PRIVATE(ah)->ah_phyRev >= AR_PHY_CHIP_ID_REV_4) { in ar5312Reset()
H A Dar5312_attach.c171 AH_PRIVATE(ah)->ah_phyRev = OS_REG_READ(ah, AR_PHY_CHIP_ID); in ar5312Attach()
/freebsd/sys/dev/ath/ath_hal/
H A Dah.c107 ah->ah_phyRev = AH_PRIVATE(ah)->ah_phyRev; in ath_hal_attach()
130 ah->ah_phyRev = AH_PRIVATE(ah)->ah_phyRev; in ath_hal_attach()
H A Dah_internal.h391 uint16_t ah_phyRev; /* PHY revision */ member
827 uint16_t ah_phyRev; /* PHY revision */ member
H A Dah.h1228 uint16_t ah_phyRev; /* PHY revision */ member
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_rfgain.c302 if (AH_PRIVATE(ah)->ah_phyRev >= AR_PHY_CHIP_ID_REV_2) in ar5212GetRfgain()
H A Dar5212_attach.c378 AH_PRIVATE(ah)->ah_phyRev = OS_REG_READ(ah, AR_PHY_CHIP_ID); in ar5212Attach()
431 AH_PRIVATE(ah)->ah_phyRev == AR_PHYREV_HAINAN) { in ar5212Attach()
H A Dar5212_reset.c327 if (AH_PRIVATE(ah)->ah_phyRev >= AR_PHY_CHIP_ID_REV_2) { in ar5212Reset()
365 if (AH_PRIVATE(ah)->ah_phyRev >= AR_PHY_CHIP_ID_REV_3) { in ar5212Reset()
369 if (AH_PRIVATE(ah)->ah_phyRev >= AR_PHY_CHIP_ID_REV_4) { in ar5212Reset()
2061 if (AH_PRIVATE(ah)->ah_phyRev < AR_PHY_CHIP_ID_REV_2 && in ar5212SetTransmitPower()
H A Dar5112.c293 if (AH_PRIVATE(ah)->ah_phyRev >= AR_PHY_CHIP_ID_REV_2) { in ar5112SetRfRegs()
/freebsd/tools/tools/ath/athregs/
H A Ddumpregs.c175 state.revs.ah_phyRev); in main()
376 if ((dr->type & DUMP_BASEBAND) && !PHY_MATCH(dr, revs->ah_phyRev)) in match()
/freebsd/sys/dev/ath/ath_hal/ar9001/
H A Dar9160_attach.c207 AH_PRIVATE(ah)->ah_phyRev = OS_REG_READ(ah, AR_PHY_CHIP_ID); in ar9160Attach()
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_attach.c243 AH_PRIVATE(ah)->ah_phyRev = OS_REG_READ(ah, AR_PHY_CHIPID); in ar5210Attach()
/freebsd/sys/dev/ath/ath_hal/ar9002/
H A Dar9287_attach.c248 AH_PRIVATE(ah)->ah_phyRev = OS_REG_READ(ah, AR_PHY_CHIP_ID); in ar9287Attach()
H A Dar9285_attach.c257 AH_PRIVATE(ah)->ah_phyRev = OS_REG_READ(ah, AR_PHY_CHIP_ID); in ar9285Attach()
H A Dar9280_attach.c266 AH_PRIVATE(ah)->ah_phyRev = OS_REG_READ(ah, AR_PHY_CHIP_ID); in ar9280Attach()
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_attach.c277 AH_PRIVATE(ah)->ah_phyRev = OS_REG_READ(ah, AR_PHY_CHIP_ID); in ar5211Attach()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_attach.c384 AH_PRIVATE(ah)->ah_phyRev = OS_REG_READ(ah, AR_PHY_CHIP_ID); in ar5416Attach()
/freebsd/sys/dev/ath/
H A Dif_ath.c1367 sc->sc_ah->ah_phyRev, in ath_attach()
6646 ath_hal_rf_name(ah), ah->ah_phyRev >> 4, ah->ah_phyRev & 0xf); in ath_announce()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_attach.c849 AH_PRIVATE(ah)->ah_phyRev = OS_REG_READ(ah, AR_PHY_CHIP_ID); in ar9300_attach()