Lines Matching refs:u32_tmp
528 u32 *u32_tmp = (u32 *)out_buf; in halbtc_get() local
627 *u32_tmp = halbtc_get_wifi_bw(btcoexist); in halbtc_get()
631 *u32_tmp = BTC_WIFI_TRAFFIC_TX; in halbtc_get()
633 *u32_tmp = BTC_WIFI_TRAFFIC_RX; in halbtc_get()
636 *u32_tmp = (rtlhal->fw_version << 16) | rtlhal->fw_subversion; in halbtc_get()
639 *u32_tmp = halbtc_get_wifi_link_status(btcoexist); in halbtc_get()
642 *u32_tmp = halbtc_get_bt_patch_version(btcoexist); in halbtc_get()
645 *u32_tmp = BTC_VENDOR_OTHER; in halbtc_get()
648 *u32_tmp = halbtc_get_bt_coex_supported_version(btcoexist); in halbtc_get()
651 *u32_tmp = halbtc_get_bt_coex_supported_feature(btcoexist); in halbtc_get()
654 *u32_tmp = halbtc_get_bt_device_info(btcoexist); in halbtc_get()
657 *u32_tmp = halbtc_get_bt_forbidden_slot_val(btcoexist); in halbtc_get()
660 *u32_tmp = in halbtc_get()
665 *u32_tmp = in halbtc_get()
670 *u32_tmp = in halbtc_get()
712 u32 *u32_tmp = (u32 *)in_buf; in halbtc_set() local
795 btcoexist->bt_info.ra_mask = *u32_tmp; in halbtc_set()