Searched refs:eeversion (Results 1 – 2 of 2) sorted by relevance
1779 uint16_t eeversion, eeprotect, eeval; in ath_hal_legacyEepromAttach() local1784 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()
139 int eeversion = AR_EEPROM_VER3_1; variable961 *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()