Searched refs:rtw_write8_mask (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/drivers/net/wireless/realtek/rtw88/ |
D | rtw8822b.c | 1058 rtw_write8_mask(rtwdev, REG_LED_CFG + 2, BIT_DPDT_SEL_EN >> 16, 0x0); in rtw8822b_coex_cfg_ant_switch() 1060 rtw_write8_mask(rtwdev, REG_LED_CFG + 3, BIT_DPDT_WL_SEL >> 24, 0x1); in rtw8822b_coex_cfg_ant_switch() 1062 rtw_write8_mask(rtwdev, REG_RFE_CTRL8, BIT_MASK_RFE_SEL89, 0x77); in rtw8822b_coex_cfg_ant_switch() 1076 rtw_write8_mask(rtwdev, REG_RFE_INV8, BIT_MASK_RFE_INV89, regval); in rtw8822b_coex_cfg_ant_switch() 1080 rtw_write8_mask(rtwdev, REG_LED_CFG + 2, BIT_DPDT_SEL_EN >> 16, 0x0); in rtw8822b_coex_cfg_ant_switch() 1082 rtw_write8_mask(rtwdev, REG_LED_CFG + 3, BIT_DPDT_WL_SEL >> 24, 0x1); in rtw8822b_coex_cfg_ant_switch() 1084 rtw_write8_mask(rtwdev, REG_RFE_CTRL8, BIT_MASK_RFE_SEL89, 0x66); in rtw8822b_coex_cfg_ant_switch() 1087 rtw_write8_mask(rtwdev, REG_RFE_INV8, BIT_MASK_RFE_INV89, regval); in rtw8822b_coex_cfg_ant_switch() 1091 rtw_write8_mask(rtwdev, REG_LED_CFG + 2, BIT_DPDT_SEL_EN >> 16, 0x0); in rtw8822b_coex_cfg_ant_switch() 1093 rtw_write8_mask(rtwdev, REG_LED_CFG + 3, BIT_DPDT_WL_SEL >> 24, 0x1); in rtw8822b_coex_cfg_ant_switch() [all …]
|
D | rtw8822c.c | 1965 rtw_write8_mask(rtwdev, 0x1c32, BIT(6), 1); in rtw8822c_coex_cfg_gnt_fix() 1966 rtw_write8_mask(rtwdev, 0x1c39, BIT(4), 0); in rtw8822c_coex_cfg_gnt_fix() 1967 rtw_write8_mask(rtwdev, 0x1c3b, BIT(4), 1); in rtw8822c_coex_cfg_gnt_fix() 1968 rtw_write8_mask(rtwdev, 0x4160, BIT(3), 1); in rtw8822c_coex_cfg_gnt_fix() 1976 rtw_write8_mask(rtwdev, 0x1860, BIT(3), 0); in rtw8822c_coex_cfg_gnt_fix() 1977 rtw_write8_mask(rtwdev, 0x1ca7, BIT(3), 1); in rtw8822c_coex_cfg_gnt_fix() 1979 rtw_write8_mask(rtwdev, 0x1860, BIT(3), 1); in rtw8822c_coex_cfg_gnt_fix() 1983 rtw_write8_mask(rtwdev, 0x1860, BIT(3), 0); in rtw8822c_coex_cfg_gnt_fix() 1985 rtw_write8_mask(rtwdev, 0x1ca7, BIT(3), 0); in rtw8822c_coex_cfg_gnt_fix() 1991 rtw_write8_mask(rtwdev, 0x66, BIT(4), 0); in rtw8822c_coex_cfg_gnt_debug() [all …]
|
D | hci.h | 193 rtw_write8_mask(struct rtw_dev *rtwdev, u32 addr, u32 mask, u8 data) in rtw_write8_mask() function
|
D | main.c | 358 rtw_write8_mask(rtwdev, addr, mask, rtwvif->bcn_ctrl); in rtw_vif_port_config()
|
D | coex.c | 250 rtw_write8_mask(rtwdev, addr, BIT(bitmap), data); in rtw_coex_set_wl_pri_mask()
|