Searched refs:PCI_REGION_TYPE (Results 1 – 5 of 5) sorted by relevance
155 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()
1228 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()
342 flags &= PCI_REGION_SYS_MEMORY|PCI_REGION_TYPE; in fsl_pci_init()
639 if (!(reg->flags & PCI_REGION_TYPE)) in pci_show_regions()
482 #define PCI_REGION_TYPE 0x00000001 macro