Searched refs:freq_mhz (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/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…
|
| /f-stack/dpdk/app/test-eventdev/ |
| H A D | test_perf_common.c | 297 const uint64_t freq_mhz = rte_get_timer_hz() / 1000000; in perf_launch_lcores() local 317 (float)(latency/pkts)/freq_mhz); in perf_launch_lcores()
|