Home
last modified time | relevance | path

Searched refs:ar9300_eeprom_get_spur_chans_ptr (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_reset.c955 spur_fbin_ptr = ar9300_eeprom_get_spur_chans_ptr(ah, 1); in ar9300_spur_mitigate_mrc_cck()
1054 spur_chans_ptr = ar9300_eeprom_get_spur_chans_ptr(ah, 0); in ar9300_spur_mitigate_ofdm()
1057 spur_chans_ptr = ar9300_eeprom_get_spur_chans_ptr(ah, 1); in ar9300_spur_mitigate_ofdm()
H A Dar9300.h1604 extern u_int8_t *ar9300_eeprom_get_spur_chans_ptr(struct ath_hal *ah, HAL_BOOL is_2ghz);
H A Dar9300_eeprom.c4694 ar9300_eeprom_get_spur_chans_ptr(struct ath_hal *ah, HAL_BOOL is_2ghz) in ar9300_eeprom_get_spur_chans_ptr() function