Searched refs:temp16 (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/acpi/acpica/ |
H A D | rsmisc.c | 46 u16 temp16 = 0; in acpi_rs_convert_aml_to_resource() local 197 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() 296 ACPI_ADD_PTR(void, aml, (temp16 + info->value)); 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() local [all …]
|
H A D | rscalc.c | 458 u16 temp16; in acpi_rs_get_list_length() local 509 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()
|
/openbmc/u-boot/drivers/pci/ |
H A D | fsl_pci_init.c | 296 u16 temp16; in fsl_pci_init() local 543 pci_hose_read_config_word(hose, dev, pci_lsr, &temp16); in fsl_pci_init() 544 printf("x%d gen%d, regs @ 0x%lx\n", (temp16 & 0x3f0) >> 4, in fsl_pci_init() 545 (temp16 & 0xf), pci_info->regs); in fsl_pci_init() 566 pci_hose_read_config_word(hose, dev, PCI_COMMAND, &temp16); in fsl_pci_init() 568 temp16 | PCI_COMMAND_MEMORY); in fsl_pci_init() 597 pci_hose_read_config_word(hose, dev, pci_dsr, &temp16); in fsl_pci_init() 598 if (temp16) { in fsl_pci_init() 602 pci_hose_read_config_word (hose, dev, PCI_SEC_STATUS, &temp16); in fsl_pci_init() 603 if (temp16) { in fsl_pci_init()
|
/openbmc/linux/tools/testing/selftests/powerpc/ptrace/ |
H A D | perf-hwbreak.c | 295 volatile __u16 temp16; in runtest_dar_outside() local 319 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()
|
/openbmc/linux/drivers/infiniband/hw/bnxt_re/ |
H A D | qplib_sp.c | 446 u16 temp16[3]; in bnxt_qplib_create_ah() local 469 memcpy(temp16, ah->dmac, 6); in bnxt_qplib_create_ah() 470 req.dest_mac[0] = cpu_to_le16(temp16[0]); in bnxt_qplib_create_ah() 471 req.dest_mac[1] = cpu_to_le16(temp16[1]); in bnxt_qplib_create_ah() 472 req.dest_mac[2] = cpu_to_le16(temp16[2]); in bnxt_qplib_create_ah()
|
/openbmc/qemu/target/mips/tcg/ |
H A D | dsp_helper.c | 926 uint8_t temp16; in mipsdsp_sub_u16_u16() local 930 temp16 = (temp >> 16) & 0x01; in mipsdsp_sub_u16_u16() 931 if (temp16 == 1) { in mipsdsp_sub_u16_u16() 940 uint8_t temp16; in mipsdsp_satu16_sub_u16_u16() local 944 temp16 = (temp >> 16) & 0x01; in mipsdsp_satu16_sub_u16_u16() 946 if (temp16 == 1) { in mipsdsp_satu16_sub_u16_u16()
|