Searched refs:bus_min (Results 1 – 4 of 4) sorted by relevance
70 struct pci_root_info __init *alloc_pci_root_info(int bus_min, int bus_max, in alloc_pci_root_info() argument80 sprintf(info->name, "PCI Bus #%02x", bus_min); in alloc_pci_root_info()84 info->busn.start = bus_min; in alloc_pci_root_info()
23 struct pci_root_info *alloc_pci_root_info(int bus_min, int bus_max,
65 unsigned int bus_min; in pcibios_get_phb_of_node() local70 bus_min = be32_to_cpup(prop); in pcibios_get_phb_of_node()71 if (bus->number == bus_min) in pcibios_get_phb_of_node()
554 unsigned int bus_min; in pcibios_get_phb_of_node() local559 bus_min = be32_to_cpup(prop); in pcibios_get_phb_of_node()560 if (bus->number == bus_min) in pcibios_get_phb_of_node()
Completed in 6 milliseconds