Searched refs:temp16 (Results 1 – 4 of 4) sorted by relevance
295 volatile __u16 temp16; in runtest_dar_outside() local319 temp16 = *((__u16 *)target); in runtest_dar_outside()320 *((__u16 *)target) = temp16; in runtest_dar_outside()334 temp16 = *((__u16 *)(target + 1)); in runtest_dar_outside()335 *((__u16 *)(target + 1)) = temp16; in runtest_dar_outside()349 temp16 = *((__u16 *)(target + 5)); in runtest_dar_outside()350 *((__u16 *)(target + 5)) = temp16; in runtest_dar_outside()364 temp16 = *((__u16 *)(target + 6)); in runtest_dar_outside()365 *((__u16 *)(target + 6)) = temp16; in runtest_dar_outside()
46 u16 temp16 = 0; in acpi_rs_convert_aml_to_resource() local368 ACPI_MOVE_16_TO_16(&temp16, source); in acpi_rs_convert_aml_to_resource()371 acpi_rs_decode_bitmask(temp16, destination); in acpi_rs_convert_aml_to_resource()453 u16 temp16 = 0; in acpi_rs_convert_resource_to_aml() local706 temp16 = in acpi_rs_convert_resource_to_aml()710 ACPI_MOVE_16_TO_16(destination, &temp16); in acpi_rs_convert_resource_to_aml()
448 u16 temp16; in acpi_rs_get_list_length() local499 ACPI_MOVE_16_TO_16(&temp16, buffer); in acpi_rs_get_list_length()500 extra_struct_bytes = acpi_rs_count_set_bits(temp16); in acpi_rs_get_list_length()
416 u16 temp16[3]; in bnxt_qplib_create_ah() local437 memcpy(temp16, ah->dmac, 6); in bnxt_qplib_create_ah()438 req.dest_mac[0] = cpu_to_le16(temp16[0]); in bnxt_qplib_create_ah()439 req.dest_mac[1] = cpu_to_le16(temp16[1]); in bnxt_qplib_create_ah()440 req.dest_mac[2] = cpu_to_le16(temp16[2]); in bnxt_qplib_create_ah()
Completed in 8 milliseconds