Searched refs:mt7615_find_freq_idx (Results 1 – 1 of 1) sorted by relevance
/drivers/net/wireless/mediatek/mt76/mt7615/ |
D | mcu.c | 3284 static int mt7615_find_freq_idx(const u16 *freqs, int n_freqs, u16 cur) in mt7615_find_freq_idx() function 3334 idx = mt7615_find_freq_idx(freq_bw40, ARRAY_SIZE(freq_bw40), in mt7615_dcoc_freq_idx() 3341 idx = mt7615_find_freq_idx(freq_bw40, ARRAY_SIZE(freq_bw40), in mt7615_dcoc_freq_idx() 3349 idx = mt7615_find_freq_idx(freq_bw40, ARRAY_SIZE(freq_bw40), in mt7615_dcoc_freq_idx() 3358 return mt7615_find_freq_idx(freq_list, ARRAY_SIZE(freq_list), freq); in mt7615_dcoc_freq_idx() 3461 idx = mt7615_find_freq_idx(freq_list, ARRAY_SIZE(freq_list), in mt7615_dpd_freq_idx() 3466 idx = mt7615_find_freq_idx(freq_list, ARRAY_SIZE(freq_list), in mt7615_dpd_freq_idx() 3472 return mt7615_find_freq_idx(freq_list, ARRAY_SIZE(freq_list), freq); in mt7615_dpd_freq_idx()
|