Searched refs:PCI_CAP_ID_EXP (Results 1 – 5 of 5) sorted by relevance
| /openbmc/u-boot/drivers/pci/ |
| H A D | fsl_pci_init.c | 111 if ((pcie_cap == PCI_CAP_ID_EXP) && (pci_sz < sz)) { in fsl_pci_setup_inbound_windows() 389 pcie_cap_pos = pci_hose_find_capability(hose, dev, PCI_CAP_ID_EXP); in fsl_pci_init() 445 if (pcie_cap == PCI_CAP_ID_EXP) { in fsl_pci_init() 585 if (pcie_cap == PCI_CAP_ID_EXP) { in fsl_pci_init() 593 if (pcie_cap == PCI_CAP_ID_EXP) in fsl_pci_init() 614 pcie_cap_pos = pci_hose_find_capability(hose, dev, PCI_CAP_ID_EXP); in fsl_is_pci_agent() 616 if (pcie_cap == PCI_CAP_ID_EXP) { in fsl_is_pci_agent() 690 pcie_cap_pos = pci_hose_find_capability(hose, dev, PCI_CAP_ID_EXP); in fsl_pci_init_port() 692 printf("PCI%s%x: Bus %02x - %02x\n", pcie_cap == PCI_CAP_ID_EXP ? in fsl_pci_init_port() 709 pcie_cap_pos = pci_hose_find_capability(hose, dev, PCI_CAP_ID_EXP); in fsl_pci_config_unlock()
|
| /openbmc/u-boot/drivers/misc/ |
| H A D | swap_case.c | 131 *valuep = (PCI_CAP_ID_MSIX_OFFSET << 8) | PCI_CAP_ID_EXP; in sandbox_swap_case_read_config()
|
| /openbmc/u-boot/test/dm/ |
| H A D | pci.c | 207 cap = dm_pci_find_capability(swap, PCI_CAP_ID_EXP); in dm_test_pci_cap()
|
| /openbmc/qemu/hw/xen/ |
| H A D | xen_pt_config_init.c | 39 case PCI_CAP_ID_EXP: in xen_pt_hide_dev_cap() 1795 .grp_id = PCI_CAP_ID_EXP,
|
| /openbmc/u-boot/include/ |
| H A D | pci.h | 331 #define PCI_CAP_ID_EXP 0x10 /* PCI Express */ macro
|