Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ath/ath_hal/
HDah_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()
/freebsd-11-stable/tools/tools/ath/athrd/
HDathrd.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()