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