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

/linux-4.4.14/arch/x86/pci/
H A Dbus_numa.h22 struct pci_root_info *alloc_pci_root_info(int bus_min, int bus_max,
H A Dbus_numa.c69 struct pci_root_info __init *alloc_pci_root_info(int bus_min, int bus_max, alloc_pci_root_info() argument
84 info->busn.end = bus_max; alloc_pci_root_info()
/linux-4.4.14/drivers/of/
H A Dof_pci.c151 * @bus_max: maximum number of buses for this bridge
167 unsigned char busno, unsigned char bus_max, of_pci_get_host_bridge_resources()
190 bus_range->end = bus_max; of_pci_get_host_bridge_resources()
195 if (bus_range->end > bus_range->start + bus_max) of_pci_get_host_bridge_resources()
196 bus_range->end = bus_range->start + bus_max; of_pci_get_host_bridge_resources()
166 of_pci_get_host_bridge_resources(struct device_node *dev, unsigned char busno, unsigned char bus_max, struct list_head *resources, resource_size_t *io_base) of_pci_get_host_bridge_resources() argument
/linux-4.4.14/include/linux/
H A Dof_pci.h60 unsigned char busno, unsigned char bus_max, of_pci_check_probe_only()
/linux-4.4.14/drivers/pci/host/
H A Dpci-host-generic.c167 u8 bus_max; gen_pci_parse_map_cfg_windows() local
181 bus_max = pci->cfg.bus_range->start + gen_pci_parse_map_cfg_windows()
184 pci->cfg.bus_range->end, bus_max); gen_pci_parse_map_cfg_windows()
/linux-4.4.14/drivers/pci/
H A Dprobe.c2195 int pci_bus_insert_busn_res(struct pci_bus *b, int bus, int bus_max) pci_bus_insert_busn_res() argument
2201 res->end = bus_max; pci_bus_insert_busn_res()
2222 int pci_bus_update_busn_res_end(struct pci_bus *b, int bus_max) pci_bus_update_busn_res_end() argument
2229 if (res->start > bus_max) pci_bus_update_busn_res_end()
2232 size = bus_max - res->start + 1; pci_bus_update_busn_res_end()
2236 &old_res, ret ? "can not be" : "is", bus_max); pci_bus_update_busn_res_end()

Completed in 280 milliseconds