Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/pci/
H A Dfsl_pci_init.c297 u16 temp16; in fsl_pci_init() local
538 pci_hose_read_config_word(hose, dev, pci_lsr, &temp16); in fsl_pci_init()
539 printf("x%d gen%d, regs @ 0x%lx\n", (temp16 & 0x3f0) >> 4, in fsl_pci_init()
540 (temp16 & 0xf), pci_info->regs); in fsl_pci_init()
561 pci_hose_read_config_word(hose, dev, PCI_COMMAND, &temp16); in fsl_pci_init()
563 temp16 | PCI_COMMAND_MEMORY); in fsl_pci_init()
592 pci_hose_read_config_word(hose, dev, pci_dsr, &temp16); in fsl_pci_init()
593 if (temp16) { in fsl_pci_init()
597 pci_hose_read_config_word (hose, dev, PCI_SEC_STATUS, &temp16); in fsl_pci_init()
598 if (temp16) { in fsl_pci_init()