Lines Matching refs:channel

1212  * Return the Rx NF offset for specific channel.
1223 /* Fill 0 if valid internal channel is not found */
1231 if ((rx_nf_pwr = ar9300_noise_floor_cal_or_power_get(ah, ichan->channel, i, 0)) == 1) {
1238 if ((rx_nf_cal = ar9300_noise_floor_cal_or_power_get(ah, ichan->channel, i, 1)) == 1) {
1863 ar9300_attenuation_chain_get(struct ath_hal *ah, int chain, u_int16_t channel)
1869 if (channel < 4000) {
1879 value = interpolate(channel, f, t, 3);
1891 u_int16_t channel)
1897 if (channel < 4000) {
1907 value = interpolate(channel, f, t, 3);
1918 HAL_BOOL ar9300_attenuation_apply(struct ath_hal *ah, u_int16_t channel)
1924 value = ar9300_attenuation_chain_get(ah, 0, channel);
1927 value = ar9300_attenuation_margin_chain_get(ah, 0, channel);
1937 value = ar9300_attenuation_chain_get(ah, 1, channel);
1940 value = ar9300_attenuation_margin_chain_get(ah, 1, channel);
1945 value = ar9300_attenuation_chain_get(ah, 2, channel);
1948 value = ar9300_attenuation_margin_chain_get(ah, 2, channel);
1958 ar9300_attenuation_apply(struct ath_hal *ah, u_int16_t channel)
1976 value = ar9300_attenuation_chain_get(ah, 1, channel);
1979 value = ar9300_attenuation_margin_chain_get(ah, 1, channel);
1992 value = ar9300_attenuation_chain_get(ah, i, channel);
2003 channel);
2027 int chain, u_int16_t channel)
2033 if (channel < 4000) {
2042 value = interpolate(channel, f, t, 3);
2048 static HAL_BOOL ar9300_quick_drop_apply(struct ath_hal *ah, u_int16_t channel)
2059 value = ar9300_quick_drop_get(ah, 0, channel);
2066 static u_int16_t ar9300_tx_end_to_xpa_off_get(struct ath_hal *ah, u_int16_t channel)
2070 if (channel < 4000) {
2077 static HAL_BOOL ar9300_tx_end_to_xpab_off_apply(struct ath_hal *ah, u_int16_t channel)
2081 value = ar9300_tx_end_to_xpa_off_get(ah, channel);
2454 * Find the maximum conformance test limit for the given channel and CTL info
2472 * If there's an exact channel match or an inband flag set
2473 * on the lower channel use the given rd_edge_power
2695 ichan->channel, ath_hal_getctl(ah, chan));
2699 * compare test group from regulatory channel list
2722 * that apply to this channel
2892 * operating channel and mode.
2973 __func__, __LINE__, ichan->channel, cfg_ctl,
2975 ar9300_set_target_power_from_eeprom(ah, ichan->channel, target_power_val_t2);
3000 paprd_scale_factor, p_eep_data, IEEE80211_IS_CHAN_2GHZ(chan), ichan->channel);
3021 ichan->channel, i, target_power_val_t2[i]);
3079 __func__, ichan->channel, tmp_paprd_rate_mask);
3158 ar9300_calibration_apply(ah, ichan->channel);
3185 ichan->channel, i, ahp->upper_limit[i]/2,
4629 * given the channel value.
4652 ar9300_attenuation_apply(ah, ichan->channel);
4653 ar9300_quick_drop_apply(ah, ichan->channel);
4660 ar9300_tx_end_to_xpab_off_apply(ah, ichan->channel);
4685 u_int8_t ar9300_eeprom_tx_gain_table_index_max_apply(struct ath_hal *ah, u_int16_t channel)
4696 if (channel < 4000)