Home
last modified time | relevance | path

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

/components/drivers/pci/
A Dpci.c463 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()
A Dofw.c231 PCI_BUS_REGION_F_PREFETCH : PCI_BUS_REGION_F_MEM; in pci_ofw_parse_ranges()
/components/drivers/pci/host/dw/
A Dpcie-dw_host.c599 if (region->flags != PCI_BUS_REGION_F_MEM) in dw_pcie_setup_rc()
/components/drivers/include/drivers/
A Dpci.h69 #define PCI_BUS_REGION_F_MEM 0x00000000 /* PCI memory space */ macro

Completed in 9 milliseconds