Searched refs:eepMax (Results 1 – 1 of 1) sorted by relevance
1776 uint32_t sum, eepMax; in ath_hal_legacyEepromAttach() local1810 eepMax = (eeval & AR_EEPROM_SIZE_UPPER_MASK) << in ath_hal_legacyEepromAttach()1817 eepMax = (eepMax | eeval) - AR_EEPROM_ATHEROS_BASE; in ath_hal_legacyEepromAttach()1819 eepMax = AR_EEPROM_ATHEROS_MAX; in ath_hal_legacyEepromAttach()1821 for (i = 0; i < eepMax; i++) { in ath_hal_legacyEepromAttach()