Home
last modified time | relevance | path

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

/components/drivers/pci/
A Dpci.c476 struct rt_pci_bus_region *bus_region, *region = RT_NULL; in rt_pci_region_alloc() local
478 bus_region = &host_bridge->bus_regions[0]; in rt_pci_region_alloc()
480 for (int i = 0; i < host_bridge->bus_regions_nr; ++i, ++bus_region) in rt_pci_region_alloc()
482 if (bus_region->flags == flags && bus_region->size > 0) in rt_pci_region_alloc()
486 region = bus_region; in rt_pci_region_alloc()

Completed in 8 milliseconds