Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath_hal/
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()
278 if (!ath_hal_eepromRead(ah, _off, &eeval)) \ in readEepromRawPowerCalInfo5112()
446 if (!ath_hal_eepromRead(ah, _off, &eeval)) \ in ar2413ReadCalDataset()
814 if (!ath_hal_eepromRead(ah, _off, &eeval)) \ in readEepromRawPowerCalInfo()
920 if (!ath_hal_eepromRead(ah, _off, &eeval)) \ in readEepromTargetPowerCalInfo()
1016 if (!ath_hal_eepromRead(ah, _off, &eeval)) \ in readEepromCTLInfo()
1113 if (!ath_hal_eepromRead(ah, _off, &eeval)) \ in readHeaderInfo()
1573 if (!ath_hal_eepromRead(ah, AR_EEPROM_RFSILENT, &eeval)) in legacyEepromGet()
1581 if (!ath_hal_eepromRead(ah, AR_EEPROM_MAC(2-i), &eeval)) { in legacyEepromGet()
1619 ath_hal_eepromRead(ah, 0x0b, &eeval) && eeval == 1) ? in legacyEepromGet()
[all …]
H A Dah_eeprom_v4k.c298 if (!ath_hal_eepromRead(ah, AR5416_EEPROM_MAGIC_OFFSET, &magic)) { in ath_hal_v4kEepromAttach()
320 if (!ath_hal_eepromRead(ah, off, &eep_data[w])) { in ath_hal_v4kEepromAttach()
H A Dah_eeprom_9287.c309 if (!ath_hal_eepromRead(ah, AR5416_EEPROM_MAGIC_OFFSET, &magic)) { in ath_hal_9287EepromAttach()
331 if (!ath_hal_eepromRead(ah, off, &eep_data[w])) { in ath_hal_9287EepromAttach()
H A Dah_eeprom_v14.c350 if (!ath_hal_eepromRead(ah, AR5416_EEPROM_MAGIC_OFFSET, &magic)) { in ath_hal_v14EepromAttach()
372 if (!ath_hal_eepromRead(ah, off, &eep_data[w])) { in ath_hal_v14EepromAttach()
H A Dah_internal.h440 #define ath_hal_eepromRead(_ah, _off, _data) \ macro
H A Dah.c904 if (!ath_hal_eepromRead(ah, *(const uint16_t *)args, *result)) in ath_hal_getdiagstate()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5210/
H A Dar5210_misc.c642 ok = ath_hal_eepromRead(ah, *(const uint16_t *)args, *result); in ar5210GetDiagState()
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_eeprom.c3624 if (! ath_hal_eepromRead(ah, eep_addr, svalue)) { in ar9300_calibration_data_read_eeprom()