Searched refs:p_freq_bin (Results 1 – 1 of 1) sorted by relevance
690 u_int8_t *p_freq_bin; in ar9300_eeprom_get_legacy_trgt_pwr() local697 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() local733 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() local769 p_freq_bin = eep->cal_target_freqbin_2g_ht40; in ar9300_eeprom_get_ht40_trgt_pwr()[all …]