Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw88/
H A Dcoex.c3934 u32 lte_coex = 0, bt_coex = 0; in rtw_coex_display_coex_info() local
3947 lte_coex = rtw_coex_read_indirect_reg(rtwdev, 0x38); in rtw_coex_display_coex_info()
4142 lte_coex & BIT(7) ? "ON" : "OFF", in rtw_coex_display_coex_info()
4146 lte_coex & BIT(12) ? "SW" : "HW", in rtw_coex_display_coex_info()
4147 lte_coex & BIT(8) ? "SW" : "HW", in rtw_coex_display_coex_info()
4148 lte_coex & BIT(14) ? "SW" : "HW", in rtw_coex_display_coex_info()
4149 lte_coex & BIT(10) ? "SW" : "HW", in rtw_coex_display_coex_info()