Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ath/ath_hal/
H A Dah_eeprom_v3.c1781 uint16_t eeversion, eeprotect, eeval; in ath_hal_legacyEepromAttach() local
1786 if (!ath_hal_eepromRead(ah, AR_EEPROM_VERSION, &eeversion)) { in ath_hal_legacyEepromAttach()
1791 if (eeversion < AR_EEPROM_VER3) { in ath_hal_legacyEepromAttach()
1793 "%u (0x%x) found\n", __func__, eeversion, eeversion); in ath_hal_legacyEepromAttach()
1844 ee->ee_version = eeversion; in ath_hal_legacyEepromAttach()
1871 AH_PRIVATE(ah)->ah_eeversion = eeversion; in ath_hal_legacyEepromAttach()
/freebsd-13.1/tools/tools/ath/athrd/
H A Dathrd.c141 int eeversion = AR_EEPROM_VER3_1; variable
963 *data = eeversion; in eepromRead()
1538 if (eeversion >= AR_EEPROM_VER3_1) in setRateTable()
1545 if (eeversion >= AR_EEPROM_VER4_0 && in setRateTable()
1564 if (eeversion >= AR_EEPROM_VER4_0) { in setRateTable()