Symbol: ar5416eeprom
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.c
192
eepromSwap(struct ar5416eeprom *ee)
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.c
370
for (w = 0; w < NW(struct ar5416eeprom); w++) {
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.c
382
for (w = 0; w < NW(struct ar5416eeprom); w++)
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.c
398
len = AH_MIN(len, sizeof(struct ar5416eeprom)) / sizeof(uint16_t);
sys/dev/netif/ath/ath_hal/ah_eeprom_v14.h
285
struct ar5416eeprom ee_base;
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
102
struct ar5416eeprom *pEepData,
sys/dev/netif/ath/ath_hal/ar5416/ar5416.h
370
struct ar5416eeprom *pEepData, const struct ieee80211_channel *chan,
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
1065
struct ar5416eeprom *pEepData = &ee->ee_base;
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
1531
const struct ar5416eeprom *eep,
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
1613
const struct ar5416eeprom *eep = &ee->ee_base;
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
1803
ar5416SetPowerPerRateTable(struct ath_hal *ah, struct ar5416eeprom *pEepData,
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
2338
ar5416SetPowerCalTable(struct ath_hal *ah, struct ar5416eeprom *pEepData,
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
2710
struct ar5416eeprom *eep = &ee->ee_base;
sys/dev/netif/ath/ath_hal/ar5416/ar5416_reset.c
57
struct ar5416eeprom *pEepData,
sys/dev/netif/ath/ath_hal/ar9002/ar9280_olc.c
282
ar9280SetPowerCalTable(struct ath_hal *ah, struct ar5416eeprom *pEepData,
sys/dev/netif/ath/ath_hal/ar9002/ar9280_olc.h
47
struct ar5416eeprom *pEepData, const struct ieee80211_channel *chan,
tools/tools/ath/athprom/athprom.c
56
struct ar5416eeprom v14; /* 11n format v14.x ... */