Searched refs:eeprom_version (Results 1 – 3 of 3) sorted by relevance
115 uint16_t protect, eeprom_version, eeval; in ath_hal_v1EepromAttach() local141 if (!ath_hal_eepromRead(ah, AR_EEPROM_VERSION, &eeprom_version)) { in ath_hal_v1EepromAttach()146 if (((eeprom_version>>12) & 0xf) != 1) { in ath_hal_v1EepromAttach()152 __func__, eeprom_version); in ath_hal_v1EepromAttach()186 ee->ee_version = eeprom_version; in ath_hal_v1EepromAttach()246 AH_PRIVATE(ah)->ah_eeversion = eeprom_version; in ath_hal_v1EepromAttach()
500 return p_base->eeprom_version & AR9300_EEP_VER_MINOR_MASK; in ar9300_eeprom_get()4082 if (mptr->eeprom_version == 0xff || in ar9300_eeprom_restore_from_dram()4084 mptr->eeprom_version == 0 || in ar9300_eeprom_restore_from_dram()4090 if (mptr->eeprom_version != 0x2) in ar9300_eeprom_restore_from_dram()4122 if (mptr->eeprom_version == 0xff || in ar9300_eeprom_restore_from_flash()4124 mptr->eeprom_version == 0 || in ar9300_eeprom_restore_from_flash()4130 if (mptr->eeprom_version != 0x2) in ar9300_eeprom_restore_from_flash()
364 u_int8_t eeprom_version; member