Home
last modified time | relevance | path

Searched refs:temp16 (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/tools/testing/selftests/powerpc/ptrace/
Dperf-hwbreak.c154 volatile __u16 temp16; in runtest_dar_outside() local
189 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()
/Linux-v5.10/drivers/acpi/acpica/
Drsmisc.c46 u16 temp16 = 0; in acpi_rs_convert_aml_to_resource() local
358 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() local
687 temp16 = in acpi_rs_convert_resource_to_aml()
691 ACPI_MOVE_16_TO_16(destination, &temp16); in acpi_rs_convert_resource_to_aml()
Drscalc.c448 u16 temp16; in acpi_rs_get_list_length() local
499 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()
/Linux-v5.10/drivers/infiniband/hw/bnxt_re/
Dqplib_sp.c501 u16 temp16[3]; in bnxt_qplib_create_ah() local
522 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()