Lines Matching refs:center_freq
2308 __le16 center_freq; in mt7615_mcu_apply_rx_dcoc() member
2331 u16 center_freq = chandef->center_freq1; in mt7615_mcu_apply_rx_dcoc() local
2339 freq2 = center_freq + 40; in mt7615_mcu_apply_rx_dcoc()
2340 center_freq -= 40; in mt7615_mcu_apply_rx_dcoc()
2345 freq_idx = mt7615_dcoc_freq_idx(center_freq, chandef->width); in mt7615_mcu_apply_rx_dcoc()
2355 req.center_freq = cpu_to_le16(center_freq); in mt7615_mcu_apply_rx_dcoc()
2362 center_freq = freq2; in mt7615_mcu_apply_rx_dcoc()
2423 __le16 center_freq; in mt7615_mcu_apply_tx_dpd() member
2452 u16 center_freq = chandef->center_freq1; in mt7615_mcu_apply_tx_dpd() local
2460 freq2 = center_freq + 40; in mt7615_mcu_apply_tx_dpd()
2461 center_freq -= 40; in mt7615_mcu_apply_tx_dpd()
2466 freq_idx = mt7615_dpd_freq_idx(center_freq, chandef->width); in mt7615_mcu_apply_tx_dpd()
2476 req.center_freq = cpu_to_le16(center_freq); in mt7615_mcu_apply_tx_dpd()
2483 center_freq = freq2; in mt7615_mcu_apply_tx_dpd()