Searched refs:bus_min (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/x86/pci/ |
H A D | bus_numa.c | 70 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 D | bus_numa.h | 23 struct pci_root_info *alloc_pci_root_info(int bus_min, int bus_max,
|
/openbmc/linux/arch/x86/kernel/ |
H A D | devicetree.c | 65 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()
|
/openbmc/linux/arch/um/drivers/ |
H A D | virt-pci.c | 555 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()
|
/openbmc/qemu/hw/i386/ |
H A D | intel_iommu.c | 3433 uint8_t bus, bus_max, bus_min; in vtd_irte_get() local 3513 bus_min = source_id & 0xff; in vtd_irte_get() 3515 if (bus > bus_max || bus < bus_min) { in vtd_irte_get() 3518 __func__, index, bus, bus_min, bus_max); in vtd_irte_get()
|