Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Ddfs.c63 static inline int fft_max_index(u8 *bins) in fft_max_index() function
97 return fft_max_index(fft->lower_bins); in ath9k_get_max_index_ht40()
98 return fft_max_index(fft->upper_bins) + DFS_UPPER_BIN_OFFSET; in ath9k_get_max_index_ht40()
145 max_bin[i] = fft_max_index(fft[i].lower_bins) ^ 0x20; in ath9k_check_chirping()