Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw88/
H A Drtw8822b.c1295 static void rtw8822b_coex_cfg_wl_rx_gain(struct rtw_dev *rtwdev, bool low_gain) in rtw8822b_coex_cfg_wl_rx_gain() argument
1326 if (low_gain == coex_dm->cur_wl_rx_low_gain_en) in rtw8822b_coex_cfg_wl_rx_gain()
1329 coex_dm->cur_wl_rx_low_gain_en = low_gain; in rtw8822b_coex_cfg_wl_rx_gain()
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 Drtw8821c.c1005 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 Dmain.h924 void (*coex_set_wl_rx_gain)(struct rtw_dev *rtwdev, bool low_gain);
H A Drtw8822c.c3075 static void rtw8822c_coex_cfg_wl_rx_gain(struct rtw_dev *rtwdev, bool low_gain) in rtw8822c_coex_cfg_wl_rx_gain() argument
3080 if (low_gain == coex_dm->cur_wl_rx_low_gain_en) in rtw8822c_coex_cfg_wl_rx_gain()
3083 coex_dm->cur_wl_rx_low_gain_en = low_gain; in rtw8822c_coex_cfg_wl_rx_gain()
H A Drtw8814a.c1833 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()