Home
last modified time | relevance | path

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

/src/sys/contrib/dev/rtw89/
H A Dcoex.c1346 memcpy(&bt_linfo->afh_map[0], pafh_v2->afh_l, 4); in _update_bt_report()
1347 memcpy(&bt_linfo->afh_map[4], pafh_v2->afh_m, 4); in _update_bt_report()
1348 memcpy(&bt_linfo->afh_map[8], pafh_v2->afh_h, 2); in _update_bt_report()
1357 memcpy(&bt_linfo->afh_map[0], pafh_v7->afh_l, 4); in _update_bt_report()
1358 memcpy(&bt_linfo->afh_map[4], pafh_v7->afh_m, 4); in _update_bt_report()
1359 memcpy(&bt_linfo->afh_map[8], pafh_v7->afh_h, 2); in _update_bt_report()
1367 memcpy(&bt_linfo->afh_map[0], pafh_v1->afh_l, 4); in _update_bt_report()
1368 memcpy(&bt_linfo->afh_map[4], pafh_v1->afh_m, 4); in _update_bt_report()
1369 memcpy(&bt_linfo->afh_map[8], pafh_v1->afh_h, 2); in _update_bt_report()
9076 u8 *afh = bt_linfo->afh_map; in _show_bt_info()
H A Dcore.h1869 u8 afh_map[BTC_BT_AFH_GROUP]; member