Home
last modified time | relevance | path

Searched refs:bus_max (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/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
85 info->busn.end = bus_max; in alloc_pci_root_info()
H A Dbus_numa.h23 struct pci_root_info *alloc_pci_root_info(int bus_min, int bus_max,
/openbmc/linux/drivers/pci/
H A Dof.c282 unsigned char busno, unsigned char bus_max, in devm_of_pci_get_host_bridge_resources() argument
307 bus_range->end = bus_max; in devm_of_pci_get_host_bridge_resources()
312 if (bus_range->end > bus_range->start + bus_max) in devm_of_pci_get_host_bridge_resources()
313 bus_range->end = bus_range->start + bus_max; in devm_of_pci_get_host_bridge_resources()
H A Dprobe.c3119 int pci_bus_insert_busn_res(struct pci_bus *b, int bus, int bus_max) in pci_bus_insert_busn_res() argument
3125 res->end = bus_max; in pci_bus_insert_busn_res()
3146 int pci_bus_update_busn_res_end(struct pci_bus *b, int bus_max) in pci_bus_update_busn_res_end() argument
3153 if (res->start > bus_max) in pci_bus_update_busn_res_end()
3156 size = bus_max - res->start + 1; in pci_bus_update_busn_res_end()
3159 &old_res, ret ? "can not be" : "is", bus_max); in pci_bus_update_busn_res_end()
/openbmc/qemu/hw/i386/
H A Dintel_iommu.c3433 uint8_t bus, bus_max, bus_min; in vtd_irte_get() local
3512 bus_max = source_id >> 8; 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()