Home
last modified time | relevance | path

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

/netbsd-src/sys/external/isc/atheros_hal/dist/
H A Dah_eeprom_v1.c39 if (!ath_hal_eepromRead(ah, AR_EEPROM_MAC(i), &eeval)) { in v1EepromGet()
121 if (!ath_hal_eepromRead(ah, AR_EEPROM_MAGIC, &eeval)) { in ath_hal_v1EepromAttach()
132 if (!ath_hal_eepromRead(ah, AR_EEPROM_PROTECT, &protect)) { in ath_hal_v1EepromAttach()
141 if (!ath_hal_eepromRead(ah, AR_EEPROM_VERSION, &eeprom_version)) { in ath_hal_v1EepromAttach()
161 if (!ath_hal_eepromRead(ah, AR_EEPROM_ATHEROS(i), &athvals[i])) in ath_hal_v1EepromAttach()
174 if (!ath_hal_eepromRead(ah, AR_EEPROM_REG_DOMAIN, &eeval)) { in ath_hal_v1EepromAttach()
H A Dah_eeprom_v3.c72 if (!ath_hal_eepromRead(ah, _off, &eeval)) \ in readEepromFreqPierInfo()
276 if (!ath_hal_eepromRead(ah, _off, &eeval)) \ in readEepromRawPowerCalInfo5112()
444 if (!ath_hal_eepromRead(ah, _off, &eeval)) \ in ar2413ReadCalDataset()
812 if (!ath_hal_eepromRead(ah, _off, &eeval)) \ in readEepromRawPowerCalInfo()
918 if (!ath_hal_eepromRead(ah, _off, &eeval)) \ in readEepromTargetPowerCalInfo()
1014 if (!ath_hal_eepromRead(ah, _off, &eeval)) \ in readEepromCTLInfo()
1111 if (!ath_hal_eepromRead(ah, _off, &eeval)) \ in readHeaderInfo()
1571 if (!ath_hal_eepromRead(ah, AR_EEPROM_RFSILENT, &eeval)) in legacyEepromGet()
1579 if (!ath_hal_eepromRead(ah, AR_EEPROM_MAC(2-i), &eeval)) { in legacyEepromGet()
1617 ath_hal_eepromRead(ah, 0x0b, &eeval) && eeval == 1) ? in legacyEepromGet()
[all …]
H A Dah_eeprom_v4k.c292 if (!ath_hal_eepromRead(ah, AR5416_EEPROM_MAGIC_OFFSET, &magic)) { in ath_hal_v4kEepromAttach()
313 if (!ath_hal_eepromRead(ah, off, &eep_data[w])) { in ath_hal_v4kEepromAttach()
H A Dah_eeprom_v14.c309 if (!ath_hal_eepromRead(ah, AR5416_EEPROM_MAGIC_OFFSET, &magic)) { in ath_hal_v14EepromAttach()
330 if (!ath_hal_eepromRead(ah, off, &eep_data[w])) { in ath_hal_v14EepromAttach()
H A Dah_internal.h315 #define ath_hal_eepromRead(_ah, _off, _data) \ macro
H A Dah.c628 if (!ath_hal_eepromRead(ah, *(const uint16_t *)args, *result)) in ath_hal_getdiagstate()
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5210/
H A Dar5210_misc.c633 ok = ath_hal_eepromRead(ah, *(const uint16_t *)args, *result); in ar5210GetDiagState()