Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c4469 if ((!(btc->dm.tdd_bind.wl_hwb_sel & BIT(j))) && in _set_bt_afh_info()
4470 (!(btc->dm.fdd_bind.wl_hwb_sel & BIT(j)))) in _set_bt_afh_info()
4744 dm->tdma.bind = ((bind->bt_sel & 0xf) << 4) + (bind->wl_hwb_sel & 0x3); in _set_tdma_bind()
4754 (bind->wl_hwb_sel == (BIT(RTW89_PHY_1) | BIT(RTW89_PHY_0)))) { in _set_tdma_bind()
6523 if (!(dm->tdd_bind.wl_hwb_sel & BIT(i))) in _set_phl_bt_slot_req()
8197 bd->wl_hwb_sel |= BIT(path_hwb[i]); in _set_bind_info()
8203 (bd->wl_hwb_sel == (BIT(RTW89_MAC_1) | BIT(RTW89_MAC_0)))) { in _set_bind_info()
8210 } else if (bd->wl_hwb_sel == (BIT(RTW89_MAC_1))) { in _set_bind_info()
8214 bd->wl_hwb_sel = BIT(RTW89_MAC_0); in _set_bind_info()
H A Dcore.h2278 u8 wl_hwb_sel; /* map */ member