Home
last modified time | relevance | path

Searched refs:coex_ver (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/
H A Drtb_fwc.c73 uint32_t coex_ver; member
1347 entry->coex_ver = get_unaligned_le32(rtb_cfg.fw_buf + in rtb_get_patch_entry()
1352 tmp = ((entry->coex_ver >> 16) & 0x7ff) + in rtb_get_patch_entry()
1353 (entry->coex_ver >> 27) * 10000; in rtb_get_patch_entry()
1355 (entry->coex_ver & 0xffff)); in rtb_get_patch_entry()
1376 uint32_t svn_ver, coex_ver, tmp; in rtb_get_final_patch() local
1408 coex_ver = get_unaligned_le32(b - 12); in rtb_get_final_patch()
1411 tmp = ((coex_ver >> 16) & 0x7ff) + in rtb_get_final_patch()
1412 (coex_ver >> 27) * 10000; in rtb_get_final_patch()
1414 (coex_ver & 0xffff)); in rtb_get_final_patch()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/rtl-tools/files/
H A Dhciattach_rtk.c249 RT_U32 coex_ver; member
3194 entry->coex_ver = get_unaligned_le32(rtk_hw_cfg.fw_buf + in rtk_get_patch_entry()
3199 tmp = ((entry->coex_ver >> 16) & 0x7ff) + in rtk_get_patch_entry()
3200 (entry->coex_ver >> 27) * 10000; in rtk_get_patch_entry()
3202 (entry->coex_ver & 0xffff)); in rtk_get_patch_entry()
3224 uint32_t svn_ver, coex_ver, tmp; in rtk_get_final_patch() local
3245 coex_ver = get_unaligned_le32( in rtk_get_final_patch()
3249 tmp = ((coex_ver >> 16) & 0x7ff) + in rtk_get_final_patch()
3250 (coex_ver >> 27) * 10000; in rtk_get_final_patch()
3252 (coex_ver & 0xffff)); in rtk_get_final_patch()
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_misc.c1197 uint32_t coex_ver; in rtk_get_patch_entry() local
1235 coex_ver = get_unaligned_le32(epatch_buf + in rtk_get_patch_entry()
1244 tmp = ((coex_ver >> 16) & 0x7ff) + (coex_ver >> 27) * 10000; in rtk_get_patch_entry()
1246 tmp, (coex_ver & 0xffff)); in rtk_get_patch_entry()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/btc/
H A Dhalbtc_fwdef.h383 u32 coex_ver; /*bit[15:8]->shared, bit[7:0]->non-shared */ member
H A Dhalbtc_dbg_cmd.c147 ver_main = (coex_ver & bMASKB3) >> 24; in _show_cx_info()
148 ver_sub = (coex_ver & bMASKB2) >> 16; in _show_cx_info()
149 ver_hotfix = (coex_ver & bMASKB1) >> 8; in _show_cx_info()
150 id_branch = coex_ver & bMASKB0; in _show_cx_info()
H A Dhalbtc_fw.c169 bt->ver_info.fw_coex = (pver->coex_ver & bMASKB0); in _update_bt_report()
H A Dhal_btc.c32 const u32 coex_ver = 0x0601040f; variable
1864 btc->hal->btc_vc.btc_ver = coex_ver; in hal_btc_init()
H A Dhal_btc.h1342 extern const u32 coex_ver;
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/btc/
H A Dhalbtc_fwdef.h383 u32 coex_ver; /*bit[15:8]->shared, bit[7:0]->non-shared */ member
H A Dhalbtc_dbg_cmd.c147 ver_main = (coex_ver & bMASKB3) >> 24; in _show_cx_info()
148 ver_sub = (coex_ver & bMASKB2) >> 16; in _show_cx_info()
149 ver_hotfix = (coex_ver & bMASKB1) >> 8; in _show_cx_info()
150 id_branch = coex_ver & bMASKB0; in _show_cx_info()
H A Dhal_btc.c32 const u32 coex_ver = 0x0601040f; variable
1798 btc->hal->btc_vc.btc_ver = coex_ver; in hal_btc_init()
H A Dhalbtc_fw.c169 bt->ver_info.fw_coex = (pver->coex_ver & bMASKB0); in _update_bt_report()
H A Dhal_btc.h1335 extern const u32 coex_ver;
/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Drtk_btusb.c1458 int coex_ver; in get_fw_patch_entry() local
1476 coex_ver = p_entry->coex_version & 0xffff; in get_fw_patch_entry()
1479 …coex_date, coex_ver, p_entry->svn_version, p_entry->fw_version, VERSION, p_entry->chip_id, p_entry… in get_fw_patch_entry()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/btc/
H A Dhalbtccommon.c22 static const u32 coex_ver = 0x27; variable
3822 coex_ver_date, coex_ver, chip_para->para_ver_date, in rtw_btc_ex_display_simple_coex_info()
3995 coex_ver_date, coex_ver, chip_para->para_ver_date, in rtw_btc_ex_display_coex_info()