Searched refs:pci_get_bus_max (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/pci/
H A Dpci-uclass.c79 * pci_get_bus_max() - returns the bus number of the last active bus
83 static int pci_get_bus_max(void) function
102 return pci_get_bus_max();
667 sub_bus = pci_get_bus_max() + 1;
680 sub_bus = pci_get_bus_max();

Completed in 41 milliseconds