Searched refs:bus_max (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/pci/
H A Dbus_numa.h23 struct pci_root_info *alloc_pci_root_info(int bus_min, int bus_max,
H A Dbus_numa.c70 struct pci_root_info __init *alloc_pci_root_info(int bus_min, int bus_max, argument
85 info->busn.end = bus_max;
/linux-master/drivers/pci/
H A Dof.c266 * @bus_max: maximum number of buses for this bridge
282 unsigned char busno, unsigned char bus_max,
307 bus_range->end = bus_max;
312 if (bus_range->end > bus_range->start + bus_max)
313 bus_range->end = bus_range->start + bus_max;
281 devm_of_pci_get_host_bridge_resources(struct device *dev, unsigned char busno, unsigned char bus_max, struct list_head *resources, struct list_head *ib_resources, resource_size_t *io_base) argument
H A Dprobe.c3097 int pci_bus_insert_busn_res(struct pci_bus *b, int bus, int bus_max) argument
3103 res->end = bus_max;
3124 int pci_bus_update_busn_res_end(struct pci_bus *b, int bus_max) argument
3131 if (res->start > bus_max)
3134 size = bus_max - res->start + 1;
3137 &old_res, ret ? "can not be" : "is", bus_max);

Completed in 185 milliseconds