Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/filtering/
H A Ddfs_phyerr_tlv.c590 bin_resolution = (OVER_SAMPLING_FREQ * HUNDRED) / NUM_BINS; in dfs_tlv_calc_event_freq_chirp()
592 bin_resolution = (SAMPLING_FREQ * HUNDRED) / NUM_BINS; in dfs_tlv_calc_event_freq_chirp()
/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/
H A Ddfs.h326 #define NUM_BINS 128 macro