Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw88/
H A Drtw8723d.c1117 static void rtw8723d_coex_cfg_wl_rx_gain(struct rtw_dev *rtwdev, bool low_gain) in rtw8723d_coex_cfg_wl_rx_gain() argument
1139 if (low_gain == coex_dm->cur_wl_rx_low_gain_en) in rtw8723d_coex_cfg_wl_rx_gain()
1142 coex_dm->cur_wl_rx_low_gain_en = low_gain; in rtw8723d_coex_cfg_wl_rx_gain()
H A Drtw8822b.c1291 static void rtw8822b_coex_cfg_wl_rx_gain(struct rtw_dev *rtwdev, bool low_gain) in rtw8822b_coex_cfg_wl_rx_gain() argument
1322 if (low_gain == coex_dm->cur_wl_rx_low_gain_en) in rtw8822b_coex_cfg_wl_rx_gain()
1325 coex_dm->cur_wl_rx_low_gain_en = low_gain; in rtw8822b_coex_cfg_wl_rx_gain()
H A Drtw8821a.c856 static void rtw8821a_coex_cfg_wl_rx_gain(struct rtw_dev *rtwdev, bool low_gain) in rtw8821a_coex_cfg_wl_rx_gain() argument
H A Drtw8812a.c910 static void rtw8821a_coex_cfg_wl_rx_gain(struct rtw_dev *rtwdev, bool low_gain) in rtw8821a_coex_cfg_wl_rx_gain() argument
H A Drtw8703b.c1689 static void rtw8703b_coex_set_wl_rx_gain(struct rtw_dev *rtwdev, bool low_gain) in rtw8703b_coex_set_wl_rx_gain() argument
H A Dmain.h919 void (*coex_set_wl_rx_gain)(struct rtw_dev *rtwdev, bool low_gain);
H A Drtw8821c.c1003 static void rtw8821c_coex_cfg_wl_rx_gain(struct rtw_dev *rtwdev, bool low_gain) in rtw8821c_coex_cfg_wl_rx_gain() argument
H A Drtw8822c.c3072 static void rtw8822c_coex_cfg_wl_rx_gain(struct rtw_dev *rtwdev, bool low_gain) in rtw8822c_coex_cfg_wl_rx_gain() argument
3077 if (low_gain == coex_dm->cur_wl_rx_low_gain_en) in rtw8822c_coex_cfg_wl_rx_gain()
3080 coex_dm->cur_wl_rx_low_gain_en = low_gain; in rtw8822c_coex_cfg_wl_rx_gain()
H A Drtw8814a.c1832 static void rtw8814a_coex_cfg_wl_rx_gain(struct rtw_dev *rtwdev, bool low_gain) in rtw8814a_coex_cfg_wl_rx_gain() argument
/linux/drivers/net/wireless/broadcom/b43/
H A Dphy_lp.c929 u16 low_gain = gain & 0xFFFF; in lpphy_rev2plus_set_rx_gain() local
940 b43_phy_write(dev, B43_LPPHY_RX_GAIN_CTL_OVERRIDE_VAL, low_gain); in lpphy_rev2plus_set_rx_gain()