Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/
Drtw8822b.c1164 rtw_write8_mask(rtwdev, REG_LED_CFG + 2, BIT_DPDT_SEL_EN >> 16, 0x0); in rtw8822b_coex_cfg_ant_switch()
1166 rtw_write8_mask(rtwdev, REG_LED_CFG + 3, BIT_DPDT_WL_SEL >> 24, 0x1); in rtw8822b_coex_cfg_ant_switch()
1168 rtw_write8_mask(rtwdev, REG_RFE_CTRL8, BIT_MASK_RFE_SEL89, 0x77); in rtw8822b_coex_cfg_ant_switch()
1182 rtw_write8_mask(rtwdev, REG_RFE_INV8, BIT_MASK_RFE_INV89, regval); in rtw8822b_coex_cfg_ant_switch()
1186 rtw_write8_mask(rtwdev, REG_LED_CFG + 2, BIT_DPDT_SEL_EN >> 16, 0x0); in rtw8822b_coex_cfg_ant_switch()
1188 rtw_write8_mask(rtwdev, REG_LED_CFG + 3, BIT_DPDT_WL_SEL >> 24, 0x1); in rtw8822b_coex_cfg_ant_switch()
1190 rtw_write8_mask(rtwdev, REG_RFE_CTRL8, BIT_MASK_RFE_SEL89, 0x66); in rtw8822b_coex_cfg_ant_switch()
1193 rtw_write8_mask(rtwdev, REG_RFE_INV8, BIT_MASK_RFE_INV89, regval); in rtw8822b_coex_cfg_ant_switch()
1197 rtw_write8_mask(rtwdev, REG_LED_CFG + 2, BIT_DPDT_SEL_EN >> 16, 0x0); in rtw8822b_coex_cfg_ant_switch()
1199 rtw_write8_mask(rtwdev, REG_LED_CFG + 3, BIT_DPDT_WL_SEL >> 24, 0x1); in rtw8822b_coex_cfg_ant_switch()
[all …]
Drtw8821c.c659 rtw_write8_mask(rtwdev, REG_BT_TDMA_TIME, SAMPLE_RATE_MASK, in rtw8821c_coex_cfg_init()
677 rtw_write8_mask(rtwdev, REG_BT_COEX_TABLE_H + 3, BIT_BCN_QUEUE, in rtw8821c_coex_cfg_init()
708 rtw_write8_mask(rtwdev, REG_RFE_CTRL8, BIT_MASK_RFE_SEL89, in rtw8821c_coex_cfg_ant_switch()
730 rtw_write8_mask(rtwdev, REG_RFE_CTRL8, BIT_MASK_RFE_SEL89, in rtw8821c_coex_cfg_ant_switch()
740 rtw_write8_mask(rtwdev, REG_RFE_CTRL8, BIT_MASK_RFE_SEL89, in rtw8821c_coex_cfg_ant_switch()
747 rtw_write8_mask(rtwdev, REG_PAD_CTRL1, BIT_SW_DPDT_SEL_DATA, in rtw8821c_coex_cfg_ant_switch()
Drtw8822c.c2214 rtw_write8_mask(rtwdev, 0x1c32, BIT(6), 1); in rtw8822c_coex_cfg_gnt_fix()
2215 rtw_write8_mask(rtwdev, 0x1c39, BIT(4), 0); in rtw8822c_coex_cfg_gnt_fix()
2216 rtw_write8_mask(rtwdev, 0x1c3b, BIT(4), 1); in rtw8822c_coex_cfg_gnt_fix()
2217 rtw_write8_mask(rtwdev, 0x4160, BIT(3), 1); in rtw8822c_coex_cfg_gnt_fix()
2225 rtw_write8_mask(rtwdev, 0x1860, BIT(3), 0); in rtw8822c_coex_cfg_gnt_fix()
2226 rtw_write8_mask(rtwdev, 0x1ca7, BIT(3), 1); in rtw8822c_coex_cfg_gnt_fix()
2228 rtw_write8_mask(rtwdev, 0x1860, BIT(3), 1); in rtw8822c_coex_cfg_gnt_fix()
2232 rtw_write8_mask(rtwdev, 0x1860, BIT(3), 0); in rtw8822c_coex_cfg_gnt_fix()
2234 rtw_write8_mask(rtwdev, 0x1ca7, BIT(3), 0); in rtw8822c_coex_cfg_gnt_fix()
2240 rtw_write8_mask(rtwdev, 0x66, BIT(4), 0); in rtw8822c_coex_cfg_gnt_debug()
[all …]
Drtw8723d.c1528 rtw_write8_mask(rtwdev, REG_LEDCFG2, BIT(6), 0); in rtw8723d_coex_cfg_gnt_debug()
1529 rtw_write8_mask(rtwdev, REG_PAD_CTRL1 + 3, BIT(0), 0); in rtw8723d_coex_cfg_gnt_debug()
1530 rtw_write8_mask(rtwdev, REG_GPIO_INTM + 2, BIT(4), 0); in rtw8723d_coex_cfg_gnt_debug()
1531 rtw_write8_mask(rtwdev, REG_GPIO_MUXCFG + 2, BIT(1), 0); in rtw8723d_coex_cfg_gnt_debug()
1532 rtw_write8_mask(rtwdev, REG_PAD_CTRL1 + 3, BIT(1), 0); in rtw8723d_coex_cfg_gnt_debug()
1533 rtw_write8_mask(rtwdev, REG_PAD_CTRL1 + 2, BIT(7), 0); in rtw8723d_coex_cfg_gnt_debug()
1534 rtw_write8_mask(rtwdev, REG_SYS_CLKR + 1, BIT(1), 0); in rtw8723d_coex_cfg_gnt_debug()
1535 rtw_write8_mask(rtwdev, REG_SYS_SDIO_CTRL + 3, BIT(3), 0); in rtw8723d_coex_cfg_gnt_debug()
Dhci.h243 rtw_write8_mask(struct rtw_dev *rtwdev, u32 addr, u32 mask, u8 data) in rtw_write8_mask() function
Dmain.c657 rtw_write8_mask(rtwdev, addr, mask, rtwvif->bcn_ctrl); in rtw_vif_port_config()
Dcoex.c250 rtw_write8_mask(rtwdev, addr, BIT(bitmap), data); in rtw_coex_set_wl_pri_mask()