Searched refs:temp16 (Results 1 – 4 of 4) sorted by relevance
46 u16 temp16 = 0; in acpi_rs_convert_aml_to_resource() local197 ACPI_MOVE_16_TO_16(&temp16, source); in acpi_rs_convert_aml_to_resource()198 item_count = temp16 - info->value; in acpi_rs_convert_aml_to_resource()206 ACPI_MOVE_16_TO_16(&temp16, source); in acpi_rs_convert_aml_to_resource()209 - temp16 - info->value; in acpi_rs_convert_aml_to_resource()294 ACPI_MOVE_16_TO_16(&temp16, source); in acpi_rs_convert_aml_to_resource()370 ACPI_MOVE_16_TO_16(&temp16, source); in acpi_rs_convert_aml_to_resource()373 acpi_rs_decode_bitmask(temp16, destination); in acpi_rs_convert_aml_to_resource()455 u16 temp16 = 0; in acpi_rs_convert_resource_to_aml() local708 temp16 = in acpi_rs_convert_resource_to_aml()[all …]
458 u16 temp16; in acpi_rs_get_list_length() local509 ACPI_MOVE_16_TO_16(&temp16, buffer); in acpi_rs_get_list_length()510 extra_struct_bytes = acpi_rs_count_set_bits(temp16); in acpi_rs_get_list_length()
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()
440 u16 temp16[3]; in bnxt_qplib_create_ah() local463 memcpy(temp16, ah->dmac, 6); in bnxt_qplib_create_ah()464 req.dest_mac[0] = cpu_to_le16(temp16[0]); in bnxt_qplib_create_ah()465 req.dest_mac[1] = cpu_to_le16(temp16[1]); in bnxt_qplib_create_ah()466 req.dest_mac[2] = cpu_to_le16(temp16[2]); in bnxt_qplib_create_ah()
Completed in 13 milliseconds