Home
last modified time | relevance | path

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

/netbsd-src/sys/external/isc/atheros_hal/dist/
H A Dah_eeprom_v3.c1776 uint32_t sum, eepMax; in ath_hal_legacyEepromAttach() local
1810 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()