Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/pci/
H A Dfsl_pci_init.c296 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/qemu/target/mips/tcg/
H A Ddsp_helper.c926 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()