Home
last modified time | relevance | path

Searched refs:afh_map (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/
H A Drtk_coex.c1377 memcpy(p, btrtl_coex.afh_map, 10); in rtk_notify_afhmap_to_wifi()
1383 btrtl_coex.afh_map[kk]); in rtk_notify_afhmap_to_wifi()
1692 memcpy(btrtl_coex.afh_map, p + 4, 4); /* cmd_idx, length, piconet_id, mode */ in rtk_parse_vendor_mailbox_cmd_evt()
1700 memset(btrtl_coex.afh_map, 0, 10); in rtk_parse_vendor_mailbox_cmd_evt()
1707 memcpy(btrtl_coex.afh_map + 4, p + 4, 4); in rtk_parse_vendor_mailbox_cmd_evt()
1715 memset(btrtl_coex.afh_map, 0, 10); in rtk_parse_vendor_mailbox_cmd_evt()
1722 memcpy(btrtl_coex.afh_map + 8, p + 4, 2); in rtk_parse_vendor_mailbox_cmd_evt()
1724 memset(btrtl_coex.afh_map, 0, 10); in rtk_parse_vendor_mailbox_cmd_evt()
H A Drtk_coex.h269 uint8_t afh_map[10]; member
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/
H A Drtk_coex.c1377 memcpy(p, btrtl_coex.afh_map, 10); in rtk_notify_afhmap_to_wifi()
1383 btrtl_coex.afh_map[kk]); in rtk_notify_afhmap_to_wifi()
1692 memcpy(btrtl_coex.afh_map, p + 4, 4); /* cmd_idx, length, piconet_id, mode */ in rtk_parse_vendor_mailbox_cmd_evt()
1700 memset(btrtl_coex.afh_map, 0, 10); in rtk_parse_vendor_mailbox_cmd_evt()
1707 memcpy(btrtl_coex.afh_map + 4, p + 4, 4); in rtk_parse_vendor_mailbox_cmd_evt()
1715 memset(btrtl_coex.afh_map, 0, 10); in rtk_parse_vendor_mailbox_cmd_evt()
1722 memcpy(btrtl_coex.afh_map + 8, p + 4, 2); in rtk_parse_vendor_mailbox_cmd_evt()
1724 memset(btrtl_coex.afh_map, 0, 10); in rtk_parse_vendor_mailbox_cmd_evt()
H A Drtk_coex.h269 uint8_t afh_map[10]; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/btc/
H A Dhalbtc_fw.c176 hal_mem_cpy(h, &bt_linfo->afh_map[0], pafh->afh_l, 4); in _update_bt_report()
177 hal_mem_cpy(h, &bt_linfo->afh_map[4], pafh->afh_m, 4); in _update_bt_report()
178 hal_mem_cpy(h, &bt_linfo->afh_map[8], pafh->afh_h, 2); in _update_bt_report()
H A Dhal_btc.h1060 u8 afh_map[12]; member
H A Dhalbtc_dbg_cmd.c406 u8 *afh = bt_linfo->afh_map; in _show_bt_info()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/btc/
H A Dhalbtc_fw.c176 hal_mem_cpy(h, &bt_linfo->afh_map[0], pafh->afh_l, 4); in _update_bt_report()
177 hal_mem_cpy(h, &bt_linfo->afh_map[4], pafh->afh_m, 4); in _update_bt_report()
178 hal_mem_cpy(h, &bt_linfo->afh_map[8], pafh->afh_h, 2); in _update_bt_report()
H A Dhal_btc.h1055 u8 afh_map[12]; member
H A Dhalbtc_dbg_cmd.c406 u8 *afh = bt_linfo->afh_map; in _show_bt_info()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/btcoexist/
H A Dhalbtcoutsrc.c1187 u8 *afh_map) in halbtc_get_bt_afh_map_from_bt() argument
1192 u32 *afh_map_l = (u32 *)afh_map; in halbtc_get_bt_afh_map_from_bt()
1193 u32 *afh_map_m = (u32 *)(afh_map + 4); in halbtc_get_bt_afh_map_from_bt()
1194 u16 *afh_map_h = (u16 *)(afh_map + 8); in halbtc_get_bt_afh_map_from_bt()
H A Dhalbtcoutsrc.h735 u8 *afh_map);