Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_eeprom.c690 u_int8_t *p_freq_bin; in ar9300_eeprom_get_legacy_trgt_pwr() local
697 p_freq_bin = eep->cal_target_freqbin_2g; in ar9300_eeprom_get_legacy_trgt_pwr()
701 p_freq_bin = eep->cal_target_freqbin_5g; in ar9300_eeprom_get_legacy_trgt_pwr()
709 freq_array[i] = FBIN2FREQ(p_freq_bin[i], is_2ghz); in ar9300_eeprom_get_legacy_trgt_pwr()
726 u_int8_t *p_freq_bin; in ar9300_eeprom_get_ht20_trgt_pwr() local
733 p_freq_bin = eep->cal_target_freqbin_2g_ht20; in ar9300_eeprom_get_ht20_trgt_pwr()
737 p_freq_bin = eep->cal_target_freqbin_5g_ht20; in ar9300_eeprom_get_ht20_trgt_pwr()
745 freq_array[i] = FBIN2FREQ(p_freq_bin[i], is_2ghz); in ar9300_eeprom_get_ht20_trgt_pwr()
762 u_int8_t *p_freq_bin; in ar9300_eeprom_get_ht40_trgt_pwr() local
769 p_freq_bin = eep->cal_target_freqbin_2g_ht40; in ar9300_eeprom_get_ht40_trgt_pwr()
[all …]