Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/pci/
H A Dpci_common.c155 if (((res->flags ^ flags) & PCI_REGION_TYPE) != 0) in __pci_hose_bus_to_phys()
187 if ((flags & PCI_REGION_TYPE) == PCI_REGION_MEM) { in pci_hose_bus_to_phys()
215 if (((res->flags ^ flags) & PCI_REGION_TYPE) != 0) in __pci_hose_phys_to_bus()
256 if ((flags & PCI_REGION_TYPE) == PCI_REGION_MEM) { in pci_hose_phys_to_bus()
H A Dpci-uclass.c1228 if (((res->flags ^ flags) & PCI_REGION_TYPE) != 0) in _dm_pci_bus_to_phys()
1258 if ((flags & PCI_REGION_TYPE) == PCI_REGION_MEM) { in dm_pci_bus_to_phys()
1296 if (((res->flags ^ flags) & PCI_REGION_TYPE) != 0) in _dm_pci_phys_to_bus()
1324 if ((flags & PCI_REGION_TYPE) == PCI_REGION_MEM) { in dm_pci_phys_to_bus()
H A Dfsl_pci_init.c342 flags &= PCI_REGION_SYS_MEMORY|PCI_REGION_TYPE; in fsl_pci_init()
/openbmc/u-boot/cmd/
H A Dpci.c639 if (!(reg->flags & PCI_REGION_TYPE)) in pci_show_regions()
/openbmc/u-boot/include/
H A Dpci.h482 #define PCI_REGION_TYPE 0x00000001 macro