Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/pci/
H A Dbus_numa.c70 struct pci_root_info __init *alloc_pci_root_info(int bus_min, int bus_max, in alloc_pci_root_info() argument
80 sprintf(info->name, "PCI Bus #%02x", bus_min); in alloc_pci_root_info()
84 info->busn.start = bus_min; in alloc_pci_root_info()
H A Dbus_numa.h23 struct pci_root_info *alloc_pci_root_info(int bus_min, int bus_max,
/kernel/linux/linux-6.6/arch/x86/pci/
H A Dbus_numa.c70 struct pci_root_info __init *alloc_pci_root_info(int bus_min, int bus_max, in alloc_pci_root_info() argument
80 sprintf(info->name, "PCI Bus #%02x", bus_min); in alloc_pci_root_info()
84 info->busn.start = bus_min; in alloc_pci_root_info()
H A Dbus_numa.h23 struct pci_root_info *alloc_pci_root_info(int bus_min, int bus_max,
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Ddevicetree.c75 unsigned int bus_min; in pcibios_get_phb_of_node() local
80 bus_min = be32_to_cpup(prop); in pcibios_get_phb_of_node()
81 if (bus->number == bus_min) in pcibios_get_phb_of_node()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Ddevicetree.c65 unsigned int bus_min; in pcibios_get_phb_of_node() local
70 bus_min = be32_to_cpup(prop); in pcibios_get_phb_of_node()
71 if (bus->number == bus_min) in pcibios_get_phb_of_node()
/kernel/linux/linux-6.6/arch/um/drivers/
H A Dvirt-pci.c555 unsigned int bus_min; in pcibios_get_phb_of_node() local
560 bus_min = be32_to_cpup(prop); in pcibios_get_phb_of_node()
561 if (bus->number == bus_min) in pcibios_get_phb_of_node()

Completed in 4 milliseconds