Searched refs:PCI_BUS_REGION_F_MEM (Results 1 – 4 of 4) sorted by relevance
463 region->flags == PCI_BUS_REGION_F_MEM ? "Memory" : in rt_pci_region_setup()639 flags = PCI_BUS_REGION_F_MEM; in rt_pci_device_alloc_resource()693 … if (rt_pci_region_alloc(host_bridge, (void **)&addr, size, PCI_BUS_REGION_F_MEM, RT_FALSE)) in rt_pci_device_alloc_resource()701 pdev->rom.flags = PCI_BUS_REGION_F_MEM; in rt_pci_device_alloc_resource()
231 PCI_BUS_REGION_F_PREFETCH : PCI_BUS_REGION_F_MEM; in pci_ofw_parse_ranges()
599 if (region->flags != PCI_BUS_REGION_F_MEM) in dw_pcie_setup_rc()
69 #define PCI_BUS_REGION_F_MEM 0x00000000 /* PCI memory space */ macro
Completed in 8 milliseconds