Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw88/
H A Drtw8821a.c776 rtw_write8_set(rtwdev, REG_GNT_BT, BIT_PTA_SW_CTL); in rtw8821a_coex_cfg_ant_switch()
785 rtw_write8_clr(rtwdev, REG_GNT_BT, BIT_PTA_SW_CTL); in rtw8821a_coex_cfg_ant_switch()
793 rtw_write8_clr(rtwdev, REG_GNT_BT, BIT_PTA_SW_CTL); in rtw8821a_coex_cfg_ant_switch()
802 rtw_write8_set(rtwdev, REG_GNT_BT, BIT_PTA_SW_CTL); in rtw8821a_coex_cfg_ant_switch()
811 rtw_write8_set(rtwdev, REG_GNT_BT, BIT_PTA_SW_CTL); in rtw8821a_coex_cfg_ant_switch()
H A Dreg.h583 #define BIT_PTA_SW_CTL GENMASK(4, 3) macro