Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/ath/ath_hal/
HDah_eeprom_v1.h50 #define AR_EEPROM_VERSION AR_EEPROM_ATHEROS(1) macro
HDah_eeprom_v1.c141 if (!ath_hal_eepromRead(ah, AR_EEPROM_VERSION, &eeprom_version)) { in ath_hal_v1EepromAttach()
HDah_eeprom_v3.h34 #define AR_EEPROM_VERSION AR_EEPROM_ATHEROS(1) macro
HDah_eeprom_v3.c1784 if (!ath_hal_eepromRead(ah, AR_EEPROM_VERSION, &eeversion)) { in ath_hal_legacyEepromAttach()
/freebsd-14-stable/tools/tools/ath/athrd/
HDathrd.c960 case AR_EEPROM_VERSION: in eepromRead()