Home
last modified time | relevance | path

Searched refs:AR_EEPROM_VER3 (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/
H A Dah_eeprom.h33 #define AR_EEPROM_VER3 0x3000 /* Version 3.0; start of 16k EEPROM */ macro
H A Dah_eeprom_v3.c1789 if (eeversion < AR_EEPROM_VER3) { in ath_hal_legacyEepromAttach()
/freebsd/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_reset.c136 HALASSERT(ahp->ah_eeversion >= AR_EEPROM_VER3); in ar5312Reset()
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_reset.c752 ee->ee_version < AR_EEPROM_VER3); in setupPowerSettings()
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c200 HALASSERT(AH_PRIVATE(ah)->ah_eeversion >= AR_EEPROM_VER3); in ar5211Reset()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c171 HALASSERT(AH_PRIVATE(ah)->ah_eeversion >= AR_EEPROM_VER3); in ar5212Reset()