Home
last modified time | relevance | path

Searched refs:eeversion (Results 1 – 2 of 2) sorted by relevance

/src/sys/dev/ath/ath_hal/
H A Dah_eeprom_v3.c1779 uint16_t eeversion, eeprotect, eeval; in ath_hal_legacyEepromAttach() local
1784 if (!ath_hal_eepromRead(ah, AR_EEPROM_VERSION, &eeversion)) { in ath_hal_legacyEepromAttach()
1789 if (eeversion < AR_EEPROM_VER3) { in ath_hal_legacyEepromAttach()
1791 "%u (0x%x) found\n", __func__, eeversion, eeversion); in ath_hal_legacyEepromAttach()
1842 ee->ee_version = eeversion; in ath_hal_legacyEepromAttach()
1869 AH_PRIVATE(ah)->ah_eeversion = eeversion; in ath_hal_legacyEepromAttach()
/src/tools/tools/ath/athrd/
H A Dathrd.c139 int eeversion = AR_EEPROM_VER3_1; variable
961 *data = eeversion; in eepromRead()
1536 if (eeversion >= AR_EEPROM_VER3_1) in setRateTable()
1543 if (eeversion >= AR_EEPROM_VER4_0 && in setRateTable()
1562 if (eeversion >= AR_EEPROM_VER4_0) { in setRateTable()