Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c4002 if (btc->dm.fdd_bind.bt_sel == BIT(BTC_BT_EXT)) in _set_bt_corx_table()
4722 u8 bt_sel; in _set_tdma_bind() local
4729 if (bind->bt_sel >= (BIT(BTC_BT_1ST) | BIT(BTC_BT_2ND))) in _set_tdma_bind()
4730 bt_sel = BTC_ALL_BT; in _set_tdma_bind()
4731 else if (bind->bt_sel == BIT(BTC_BT_2ND)) in _set_tdma_bind()
4732 bt_sel = BTC_BT_2ND; in _set_tdma_bind()
4734 bt_sel = BTC_BT_1ST; in _set_tdma_bind()
4737 _write_scbd(rtwdev, bt_sel, BTC_WSCB_TDMA, tdma_on); in _set_tdma_bind()
4744 dm->tdma.bind = ((bind->bt_sel & 0xf) << 4) + (bind->wl_hwb_sel & 0x3); in _set_tdma_bind()
6496 dm->tdd_bind.bt_sel != 0) { in _set_phl_bt_slot_req()
[all …]
H A Dcore.h2282 u8 bt_sel; /* map */ member