Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8922a.c2747 btc->cx.bt0.band_56G_support = 0; in rtw8922a_btc_set_rfe()
2748 btc->cx.bt1.band_56G_support = 0; in rtw8922a_btc_set_rfe()
H A Drtw8922d.c3202 cx->bt0.band_56G_support = 1; in rtw8922d_btc_set_rfe()
3203 cx->bt1.band_56G_support = 1; in rtw8922d_btc_set_rfe()
H A Dcoex.c7981 if ((src->len & BIT(7)) && bt->band_56G_support) { in _update_bt_leaudio_info()
8046 if ((src->len & BIT(7)) && bt->band_56G_support) in _update_bt_bistdma_info()
9024 if ((buf[BTC_BTINFO_L1] & BIT(7)) && bt->band_56G_support) { in _update_bt_info()
H A Dcore.h2720 u8 band_56G_support: 1; member