Home
last modified time | relevance | path

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

/drivers/of/
Dof_pci.c140 unsigned char busno, unsigned char bus_max, in of_pci_get_host_bridge_resources() argument
163 bus_range->end = bus_max; in of_pci_get_host_bridge_resources()
168 if (bus_range->end > bus_range->start + bus_max) in of_pci_get_host_bridge_resources()
169 bus_range->end = bus_range->start + bus_max; in of_pci_get_host_bridge_resources()
/drivers/pci/host/
Dpci-host-generic.c259 u8 bus_max; in gen_pci_parse_map_cfg_windows() local
285 bus_max = pci->cfg.bus_range.start + in gen_pci_parse_map_cfg_windows()
288 bus_max); in gen_pci_parse_map_cfg_windows()
/drivers/pci/
Dprobe.c2053 int pci_bus_insert_busn_res(struct pci_bus *b, int bus, int bus_max) in pci_bus_insert_busn_res() argument
2059 res->end = bus_max; in pci_bus_insert_busn_res()
2080 int pci_bus_update_busn_res_end(struct pci_bus *b, int bus_max) in pci_bus_update_busn_res_end() argument
2087 if (res->start > bus_max) in pci_bus_update_busn_res_end()
2090 size = bus_max - res->start + 1; in pci_bus_update_busn_res_end()
2094 &old_res, ret ? "can not be" : "is", bus_max); in pci_bus_update_busn_res_end()