Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/rtw89/
H A Dcoex.c4648 if (bt->enable.now && bt->run_patch_code) in _set_ant_v1()
5191 if (!(bt->run_patch_code && bt->enable.now)) in _set_btg_ctrl()
5276 if (!(bt->run_patch_code && bt->enable.now)) { in _set_wl_preagc_ctrl()
5605 (bt_fw_ver == bt_rom_code_id && bt->run_patch_code && rtwdev->chip->scbd))) in _action_common()
7440 if (bt->run_patch_code != !!(val & BTC_BSCB_PATCH_CODE)) in _update_bt_scbd()
7442 bt->run_patch_code = !!(val & BTC_BSCB_PATCH_CODE); in _update_bt_scbd()
8861 bt->ver_info.fw, bt->run_patch_code ? "patch" : "ROM"); in _show_cx_info()
H A Dcore.h2137 u32 run_patch_code: 1; member