Home
last modified time | relevance | path

Searched refs:HUNDRED (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()
604 total_bw / HUNDRED, in dfs_tlv_calc_event_freq_chirp()
605 (long)abs(total_bw % HUNDRED)); in dfs_tlv_calc_event_freq_chirp()
607 total_bw /= HUNDRED; /* back to KHz */ in dfs_tlv_calc_event_freq_chirp()
/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/
H A Ddfs.h325 #define HUNDRED 100 macro