Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8852bt.c644 md->bt0_pos = BTC_BT_BTG; in rtw8852bt_btc_set_rfe()
667 md->bt0_pos = BTC_BT_BTG; in rtw8852bt_btc_set_rfe()
671 md->bt0_pos = BTC_BT_ALONE; in rtw8852bt_btc_set_rfe()
H A Drtw8852b.c770 md->bt0_pos = BTC_BT_ALONE; in rtw8852b_btc_set_rfe()
773 md->bt0_pos = BTC_BT_BTG; in rtw8852b_btc_set_rfe()
H A Drtw8922d.c3239 md->bt0_pos = BTC_BT_BTG; in rtw8922d_btc_set_rfe()
3260 md->bt0_pos = BTC_BT_BTG; in rtw8922d_btc_set_rfe()
3265 md->bt0_pos = BTC_BT_ALONE; in rtw8922d_btc_set_rfe()
3289 md->bt0_pos = BTC_BT_BTG; in rtw8922d_btc_set_rfe()
3298 md->bt0_pos = BTC_BT_ALONE; in rtw8922d_btc_set_rfe()
3311 md->bt0_pos = BTC_BT_ALONE; in rtw8922d_btc_set_rfe()
3323 md->bt0_pos = BTC_BT_ALONE; in rtw8922d_btc_set_rfe()
H A Drtw8852a.c1847 md->bt0_pos = BTC_BT_ALONE; in rtw8852a_btc_set_rfe()
1850 md->bt0_pos = BTC_BT_BTG; in rtw8852a_btc_set_rfe()
H A Drtw8922a.c2766 md->bt0_pos = BTC_BT_BTG; in rtw8922a_btc_set_rfe()
2775 md->bt0_pos = BTC_BT_BTG; in rtw8922a_btc_set_rfe()
2784 md->bt0_pos = BTC_BT_ALONE; in rtw8922a_btc_set_rfe()
H A Drtw8851b.c2145 md->bt0_pos = BTC_BT_BTG; in rtw8851b_btc_set_rfe()
2150 md->bt0_pos = BTC_BT_ALONE; in rtw8851b_btc_set_rfe()
H A Drtw8852c.c2628 md->bt0_pos = BTC_BT_ALONE; in rtw8852c_btc_set_rfe()
2631 md->bt0_pos = BTC_BT_BTG; in rtw8852c_btc_set_rfe()
H A Dfw.c5808 u8_encode_bits(md->bt0_pos, RTW89_H2C_CXINIT_MOD_INFO_BT_POS) | in rtw89_fw_h2c_cxdrv_init()
5875 h2c->init.module.bt_pos = md->bt0_pos; in rtw89_fw_h2c_cxdrv_init_v7()
5943 h2c->init.module.bt0_pos = md->bt0_pos; in rtw89_fw_h2c_cxdrv_init_v10()
6015 h2c->init.module.bt0_pos = init->module.bt0_pos; in rtw89_fw_h2c_cxdrv_init_v11()
H A Dcore.h2449 u8 bt0_pos; /* wl-end view: get from efuse, must compare bt.btg_type*/ member
2463 u8 bt0_pos; member
2484 u8 bt0_pos; /* wl-end view: get from efuse, must compare bt.btg_type*/ member
H A Dcoex.c10086 u8 bt_pos = (bid == BTC_BT_1ST) ? md->bt0_pos : md->bt1_pos; in _show_bt_info()