Searched refs:notch (Results 1 – 5 of 5) sorted by relevance
| /drivers/isdn/mISDN/ |
| A D | dsp_ecdis.h | 19 struct biquad2_state notch; member 38 biquad2_init(&det->notch, in echo_can_disable_detector_init() 60 notched = biquad2(&det->notch, amp); in echo_can_disable_detector_update()
|
| /drivers/net/wireless/realtek/rtw88/ |
| A D | rtw8703b.c | 686 static void rtw8703b_cfg_notch(struct rtw_dev *rtwdev, u8 channel, bool notch) in rtw8703b_cfg_notch() argument 688 if (!notch) { in rtw8703b_cfg_notch() 759 bool notch; in rtw8703b_spur_cal() local 779 notch = rtw8703b_check_spur_ov_thres(rtwdev, freq, SPUR_THRES); in rtw8703b_spur_cal() 780 rtw8703b_cfg_notch(rtwdev, channel, notch); in rtw8703b_spur_cal()
|
| A D | rtw8723d.c | 257 static void rtw8723d_cfg_notch(struct rtw_dev *rtwdev, u8 channel, bool notch) in rtw8723d_cfg_notch() argument 259 if (!notch) { in rtw8723d_cfg_notch() 298 bool notch; in rtw8723d_spur_cal() local 305 notch = rtw8723d_check_spur_ov_thres(rtwdev, channel, SPUR_THRES); in rtw8723d_spur_cal() 306 rtw8723d_cfg_notch(rtwdev, channel, notch); in rtw8723d_spur_cal()
|
| /drivers/net/wireless/realtek/rtw89/ |
| A D | rtw8852c.c | 1387 u32 notch; in rtw8852c_spur_notch() local 1391 notch = R_PATH0_NOTCH; in rtw8852c_spur_notch() 1394 notch = R_PATH1_NOTCH; in rtw8852c_spur_notch() 1398 rtw89_phy_write32_mask(rtwdev, notch, in rtw8852c_spur_notch() 1400 rtw89_phy_write32_set(rtwdev, notch, B_PATH0_NOTCH_EN); in rtw8852c_spur_notch()
|
| /drivers/media/dvb-frontends/ |
| A D | dib7000p.c | 1186 static const s16 notch[] = { 16143, 14402, 12238, 9713, 6902, 3888, 759, -2392 }; in dib7000p_spur_protect() local 1251 coef_re[k] *= notch[k]; in dib7000p_spur_protect() 1257 coef_im[k] *= notch[k]; in dib7000p_spur_protect()
|
Completed in 23 milliseconds