Searched refs:freq_mhz (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_spectral.c | 265 ar9300_noise_floor_get(struct ath_hal *ah, int freq_mhz, int ch) in ar9300_noise_floor_get() argument 269 if (nf_cal_table[i + 0].freq == freq_mhz || in ar9300_noise_floor_get() 270 nf_cal_table[i + 1].freq > freq_mhz || in ar9300_noise_floor_get() 280 (AH_PRIVATE(ah))->ah_macRev, freq_mhz, ch); in ar9300_noise_floor_get() 285 ar9300_noise_floor_power_get(struct ath_hal *ah, int freq_mhz, int ch) in ar9300_noise_floor_power_get() argument 289 if (nf_cal_table[i + 0].freq == freq_mhz || in ar9300_noise_floor_power_get() 290 nf_cal_table[i + 1].freq > freq_mhz || in ar9300_noise_floor_power_get() 300 (AH_PRIVATE(ah))->ah_macRev, freq_mhz, ch); in ar9300_noise_floor_power_get()
|
H A D | ar9300.h | 1511 extern HAL_STATUS ar9300_calc_adc_ref_powers(struct ath_hal *ah, int freq_mhz, int16_t *sample_min,… 1512 extern HAL_STATUS ar9300_get_min_agc_gain(struct ath_hal *ah, int freq_mhz, int32_t *chain_gain, in…
|