Home
last modified time | relevance | path

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

/linux/arch/s390/lib/
H A Dtest_unwind.c53 size_t bt_pos = 0; in test_unwind() local
79 if (bt_pos < BT_BUF_SIZE) { in test_unwind()
80 bt_pos += snprintf(bt + bt_pos, BT_BUF_SIZE - bt_pos, in test_unwind()
85 if (bt_pos >= BT_BUF_SIZE) in test_unwind()
/linux/drivers/net/wireless/realtek/rtw89/
H A Drtw8852b.c615 md->md_v7.bt_pos = BTC_BT_ALONE; in rtw8852b_btc_set_rfe()
618 md->md_v7.bt_pos = BTC_BT_BTG; in rtw8852b_btc_set_rfe()
638 md->md.bt_pos = BTC_BT_ALONE; in rtw8852b_btc_set_rfe()
641 md->md.bt_pos = BTC_BT_BTG; in rtw8852b_btc_set_rfe()
H A Drtw8852bt.c577 md->md_v7.bt_pos = BTC_BT_BTG; in rtw8852bt_btc_set_rfe()
600 md->md_v7.bt_pos = BTC_BT_BTG; in rtw8852bt_btc_set_rfe()
604 md->md_v7.bt_pos = BTC_BT_ALONE; in rtw8852bt_btc_set_rfe()
H A Drtw8852a.c1706 md->md_v7.bt_pos = BTC_BT_ALONE; in rtw8852a_btc_set_rfe()
1709 md->md_v7.bt_pos = BTC_BT_BTG; in rtw8852a_btc_set_rfe()
1729 md->md.bt_pos = BTC_BT_ALONE; in rtw8852a_btc_set_rfe()
1732 md->md.bt_pos = BTC_BT_BTG; in rtw8852a_btc_set_rfe()
H A Drtw8851b.c1966 md->md_v7.bt_pos = BTC_BT_BTG; in rtw8851b_btc_set_rfe()
1971 md->md_v7.bt_pos = BTC_BT_ALONE; in rtw8851b_btc_set_rfe()
2002 md->md.bt_pos = BTC_BT_BTG; in rtw8851b_btc_set_rfe()
2007 md->md.bt_pos = BTC_BT_ALONE; in rtw8851b_btc_set_rfe()
H A Drtw8852c.c2410 md->md_v7.bt_pos = BTC_BT_ALONE; in rtw8852c_btc_set_rfe()
2413 md->md_v7.bt_pos = BTC_BT_BTG; in rtw8852c_btc_set_rfe()
2433 md->md.bt_pos = BTC_BT_ALONE; in rtw8852c_btc_set_rfe()
2436 md->md.bt_pos = BTC_BT_BTG; in rtw8852c_btc_set_rfe()
H A Drtw8922a.c2263 module->bt_pos = BTC_BT_ALONE; in rtw8922a_btc_set_rfe()
2266 module->bt_pos = BTC_BT_BTG; in rtw8922a_btc_set_rfe()
H A Dcoex.c8286 u8 bt_pos; in _show_bt_info() local
8292 bt_pos = md->md_v7.bt_pos; in _show_bt_info()
8294 bt_pos = md->md.bt_pos; in _show_bt_info()
8301 (bt->enable.now && (bt->btg_type != bt_pos) ? in _show_bt_info()
H A Dcore.h1907 u8 bt_pos: 1; member
1918 u8 bt_pos; /* wl-end view: get from efuse, must compare bt.btg_type*/ member
H A Dfw.c3997 u8_encode_bits(module->bt_pos, RTW89_H2C_CXINIT_MOD_INFO_BT_POS) | in rtw89_fw_h2c_cxdrv_init()