Home
last modified time | relevance | path

Searched refs:HAL_EEPROM (Results 1 – 14 of 14) sorted by relevance

/freebsd-9-stable/sys/dev/ath/ath_hal/
Dah_eeprom_v3.c26 getPcdacInterceptsFromPcdacMinMax(HAL_EEPROM *ee, in getPcdacInterceptsFromPcdacMinMax()
46 fbin2freq(HAL_EEPROM *ee, uint16_t fbin) in fbin2freq()
56 fbin2freq_2p4(HAL_EEPROM *ee, uint16_t fbin) in fbin2freq_2p4()
69 readEepromFreqPierInfo(struct ath_hal *ah, HAL_EEPROM *ee) in readEepromFreqPierInfo()
275 readEepromRawPowerCalInfo5112(struct ath_hal *ah, HAL_EEPROM *ee) in readEepromRawPowerCalInfo5112()
399 freeEepromRawPowerCalInfo5112(struct ath_hal *ah, HAL_EEPROM *ee) in freeEepromRawPowerCalInfo5112()
441 ar2413ReadCalDataset(struct ath_hal *ah, HAL_EEPROM *ee, in ar2413ReadCalDataset()
731 readEepromRawPowerCalInfo2413(struct ath_hal *ah, HAL_EEPROM *ee) in readEepromRawPowerCalInfo2413()
811 readEepromRawPowerCalInfo(struct ath_hal *ah, HAL_EEPROM *ee) in readEepromRawPowerCalInfo()
917 readEepromTargetPowerCalInfo(struct ath_hal *ah, HAL_EEPROM *ee) in readEepromTargetPowerCalInfo()
[all …]
Dah_eeprom_v3.h451 } HAL_EEPROM; typedef
/freebsd-9-stable/sys/dev/ath/ath_hal/ar5211/
Dar5211_reset.c292 HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5211Reset()
896 HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in getNoiseFloorThresh()
1038 HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5211SetRf6and7()
1145 HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5211SetAntennaSwitchInternal()
1206 HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5211SetBoardValues()
1317 HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5211SetTransmitPower()
1499 HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5211SetRateTable()
2078 HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5211SetRfgain()
/freebsd-9-stable/sys/dev/ath/ath_hal/ar5212/
Dar2413.c168 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar2413SetRfRegs()
503 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar2413SetPowerTable()
643 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar2413GetChannelMaxMinPower()
Dar2317.c152 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar2317SetRfRegs()
486 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar2317SetPowerTable()
628 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar2317GetChannelMaxMinPower()
Dar2425.c162 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar2425SetRfRegs()
503 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar2425SetPowerTable()
606 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar2425GetChannelMaxMinPower()
Dar2316.c174 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar2316SetRfRegs()
508 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar2316SetPowerTable()
648 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar2316GetChannelMaxMinPower()
Dar5413.c168 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5413SetRfRegs()
547 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5413SetPowerTable()
687 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5413GetChannelMaxMinPower()
Dar5112.c189 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5112SetRfRegs()
351 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5112SetPowerTable()
771 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5112GetChannelMaxMinPower()
Dar5212_reset.c115 const HAL_EEPROM *ee; in ar5212Reset()
1164 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in getNoiseFloorThresh()
1367 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5212SetAntennaSwitchInternal()
1471 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5212SetBoardValues()
1866 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5212SetTransmitPower()
1991 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5212SetRateTable()
2272 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5212CorrectGainDelta()
Dar5111.c223 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5111SetRfRegs()
397 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5111SetPowerTable()
Dar5212_rfgain.c298 const HAL_EEPROM *ee = AH_PRIVATE(ah)->ah_eeprom; in ar5212GetRfgain()
/freebsd-9-stable/sys/dev/ath/ath_hal/ar5312/
Dar5312_reset.c97 const HAL_EEPROM *ee; in ar5312Reset()
/freebsd-9-stable/tools/tools/ath/athprom/
Dathprom.c56 HAL_EEPROM legacy; /* format v3.x ... v5.x */