Searched refs:temp16 (Results 1 – 4 of 4) sorted by relevance
154 volatile __u16 temp16; in runtest_dar_outside() local189 temp16 = *((__u16 *)target); in runtest_dar_outside()190 *((__u16 *)target) = temp16; in runtest_dar_outside()204 temp16 = *((__u16 *)(target + 1)); in runtest_dar_outside()205 *((__u16 *)(target + 1)) = temp16; in runtest_dar_outside()219 temp16 = *((__u16 *)(target + 5)); in runtest_dar_outside()220 *((__u16 *)(target + 5)) = temp16; in runtest_dar_outside()234 temp16 = *((__u16 *)(target + 6)); in runtest_dar_outside()235 *((__u16 *)(target + 6)) = temp16; in runtest_dar_outside()
46 u16 temp16 = 0; in acpi_rs_convert_aml_to_resource() local358 ACPI_MOVE_16_TO_16(&temp16, source); in acpi_rs_convert_aml_to_resource()361 acpi_rs_decode_bitmask(temp16, destination); in acpi_rs_convert_aml_to_resource()443 u16 temp16 = 0; in acpi_rs_convert_resource_to_aml() local687 temp16 = in acpi_rs_convert_resource_to_aml()691 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()
501 u16 temp16[3]; in bnxt_qplib_create_ah() local522 memcpy(temp16, ah->dmac, 6); in bnxt_qplib_create_ah()523 req.dest_mac[0] = cpu_to_le16(temp16[0]); in bnxt_qplib_create_ah()524 req.dest_mac[1] = cpu_to_le16(temp16[1]); in bnxt_qplib_create_ah()525 req.dest_mac[2] = cpu_to_le16(temp16[2]); in bnxt_qplib_create_ah()