Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/
H A Dah_eeprom_v1.c115 uint16_t protect, eeprom_version, eeval; in ath_hal_v1EepromAttach() local
141 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()
/freebsd/sys/contrib/dev/rtw89/
H A Drtw8851b.h38 u8 eeprom_version; member
H A Drtw8852c.h51 u8 eeprom_version; member
H A Drtw8852a.h57 u8 eeprom_version; member
H A Drtw8852b.h58 u8 eeprom_version; global() member
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Deeprom.diff210 + (int) mptr->eeprom_version,
213 if (mptr->eeprom_version == 0xff ||
215 mptr->eeprom_version == 0 ||
H A Dar9300_eeprom.c500 return p_base->eeprom_version & AR9300_EEP_VER_MINOR_MASK; in ar9300_eeprom_get()
4138 if (mptr->eeprom_version == 0xff || in ar9300_eeprom_restore_from_dram()
4140 mptr->eeprom_version == 0 || in ar9300_eeprom_restore_from_dram()
4146 if (mptr->eeprom_version != 0x2) in ar9300_eeprom_restore_from_dram()
4178 if (mptr->eeprom_version == 0xff || in ar9300_eeprom_restore_from_flash()
4180 mptr->eeprom_version == 0 || in ar9300_eeprom_restore_from_flash()
4186 if (mptr->eeprom_version != 0x2) in ar9300_eeprom_restore_from_flash()
H A Dar9300eep.h370 u_int8_t eeprom_version; member
/freebsd/sys/contrib/dev/rtw88/
H A Drtw8822b.h90 u8 eeprom_version; member
H A Drtw8723d.h76 u8 eeprom_version; global() member
H A Drtw8821c.h90 u8 eeprom_version; member
H A Drtw8822c.h75 u8 eeprom_version; member
/freebsd/tools/tools/ath/ath_ee_9300_print/
H A Dmain.c72 ee->eeprom_version, in eeprom_9300_hdr_print()