Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/rtw89/
H A Drtw8852b.c724 md->md_v7.bt_pos = BTC_BT_ALONE; in rtw8852b_btc_set_rfe()
727 md->md_v7.bt_pos = BTC_BT_BTG; in rtw8852b_btc_set_rfe()
747 md->md.bt_pos = BTC_BT_ALONE; in rtw8852b_btc_set_rfe()
750 md->md.bt_pos = BTC_BT_BTG; in rtw8852b_btc_set_rfe()
H A Drtw8852bt.c598 md->md_v7.bt_pos = BTC_BT_BTG; in rtw8852bt_btc_set_rfe()
621 md->md_v7.bt_pos = BTC_BT_BTG; in rtw8852bt_btc_set_rfe()
625 md->md_v7.bt_pos = BTC_BT_ALONE; in rtw8852bt_btc_set_rfe()
H A Drtw8852a.c1801 md->md_v7.bt_pos = BTC_BT_ALONE; in rtw8852a_btc_set_rfe()
1804 md->md_v7.bt_pos = BTC_BT_BTG; in rtw8852a_btc_set_rfe()
1824 md->md.bt_pos = BTC_BT_ALONE; in rtw8852a_btc_set_rfe()
1827 md->md.bt_pos = BTC_BT_BTG; in rtw8852a_btc_set_rfe()
H A Drtw8851b.c2101 md->md_v7.bt_pos = BTC_BT_BTG; in rtw8851b_btc_set_rfe()
2106 md->md_v7.bt_pos = BTC_BT_ALONE; in rtw8851b_btc_set_rfe()
2137 md->md.bt_pos = BTC_BT_BTG; in rtw8851b_btc_set_rfe()
2142 md->md.bt_pos = BTC_BT_ALONE; in rtw8851b_btc_set_rfe()
H A Drtw8852c.c2574 md->md_v7.bt_pos = BTC_BT_ALONE; in rtw8852c_btc_set_rfe()
2577 md->md_v7.bt_pos = BTC_BT_BTG; in rtw8852c_btc_set_rfe()
2597 md->md.bt_pos = BTC_BT_ALONE; in rtw8852c_btc_set_rfe()
2600 md->md.bt_pos = BTC_BT_BTG; in rtw8852c_btc_set_rfe()
H A Drtw8922a.c2529 module->bt_pos = BTC_BT_ALONE; in rtw8922a_btc_set_rfe()
2532 module->bt_pos = BTC_BT_BTG; in rtw8922a_btc_set_rfe()
H A Dcoex.c9078 u8 bt_pos; in _show_bt_info() local
9084 bt_pos = md->md_v7.bt_pos; in _show_bt_info()
9086 bt_pos = md->md.bt_pos; in _show_bt_info()
9094 (bt->enable.now && (bt->btg_type != bt_pos) ? in _show_bt_info()
H A Dcore.h2040 u8 bt_pos: 1; member
2051 u8 bt_pos; /* wl-end view: get from efuse, must compare bt.btg_type*/ member
H A Dfw.c5654 u8_encode_bits(module->bt_pos, RTW89_H2C_CXINIT_MOD_INFO_BT_POS) |