Home
last modified time | relevance | path

Searched refs:wl_rx_low_gain_off (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/net/wireless/realtek/rtw88/
Drtw8723d.c1171 static const u32 wl_rx_low_gain_off[] = { in rtw8723d_coex_cfg_wl_rx_gain() local
1189 for (i = 0; i < ARRAY_SIZE(wl_rx_low_gain_off); i++) in rtw8723d_coex_cfg_wl_rx_gain()
1190 rtw_write32(rtwdev, REG_AGCRSSI, wl_rx_low_gain_off[i]); in rtw8723d_coex_cfg_wl_rx_gain()
Drtw8822b.c1347 static const u32 wl_rx_low_gain_off[] = { in rtw8822b_coex_cfg_wl_rx_gain() local
1377 for (i = 0; i < ARRAY_SIZE(wl_rx_low_gain_off); i++) in rtw8822b_coex_cfg_wl_rx_gain()
1378 rtw_write32(rtwdev, 0x81c, wl_rx_low_gain_off[i]); in rtw8822b_coex_cfg_wl_rx_gain()