Lines Matching refs:u32_tmp
556 u32 *u32_tmp = (u32 *)out_buf; in halbtc_get() local
655 *u32_tmp = halbtc_get_wifi_bw(btcoexist); in halbtc_get()
659 *u32_tmp = BTC_WIFI_TRAFFIC_TX; in halbtc_get()
661 *u32_tmp = BTC_WIFI_TRAFFIC_RX; in halbtc_get()
664 *u32_tmp = (rtlhal->fw_version << 16) | rtlhal->fw_subversion; in halbtc_get()
667 *u32_tmp = halbtc_get_wifi_link_status(btcoexist); in halbtc_get()
670 *u32_tmp = halbtc_get_bt_patch_version(btcoexist); in halbtc_get()
673 *u32_tmp = BTC_VENDOR_OTHER; in halbtc_get()
676 *u32_tmp = halbtc_get_bt_coex_supported_version(btcoexist); in halbtc_get()
679 *u32_tmp = halbtc_get_bt_coex_supported_feature(btcoexist); in halbtc_get()
682 *u32_tmp = halbtc_get_bt_device_info(btcoexist); in halbtc_get()
685 *u32_tmp = halbtc_get_bt_forbidden_slot_val(btcoexist); in halbtc_get()
688 *u32_tmp = in halbtc_get()
693 *u32_tmp = in halbtc_get()
698 *u32_tmp = in halbtc_get()
740 u32 *u32_tmp = (u32 *)in_buf; in halbtc_set() local
823 btcoexist->bt_info.ra_mask = *u32_tmp; in halbtc_set()