Home
last modified time | relevance | path

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

/arch/x86/pci/
Dbus_numa.c78 struct pci_root_info __init *alloc_pci_root_info(int bus_min, int bus_max, in alloc_pci_root_info() argument
88 sprintf(info->name, "PCI Bus #%02x", bus_min); in alloc_pci_root_info()
92 info->busn.start = bus_min; in alloc_pci_root_info()
Dbus_numa.h22 struct pci_root_info *alloc_pci_root_info(int bus_min, int bus_max,
/arch/x86/kernel/
Ddevicetree.c77 unsigned int bus_min; in pcibios_get_phb_of_node() local
82 bus_min = be32_to_cpup(prop); in pcibios_get_phb_of_node()
83 if (bus->number == bus_min) in pcibios_get_phb_of_node()