Lines Matching refs:bus_range
331 const int *bus_range; in ppc4xx_probe_pci_bridge() local
359 bus_range = of_get_property(np, "bus-range", NULL); in ppc4xx_probe_pci_bridge()
373 hose->first_busno = bus_range ? bus_range[0] : 0x0; in ppc4xx_probe_pci_bridge()
374 hose->last_busno = bus_range ? bus_range[1] : 0xff; in ppc4xx_probe_pci_bridge()
537 const int *bus_range; in ppc4xx_probe_pcix_bridge() local
566 bus_range = of_get_property(np, "bus-range", NULL); in ppc4xx_probe_pcix_bridge()
580 hose->first_busno = bus_range ? bus_range[0] : 0x0; in ppc4xx_probe_pcix_bridge()
581 hose->last_busno = bus_range ? bus_range[1] : 0xff; in ppc4xx_probe_pcix_bridge()
1927 const int *bus_range; in ppc4xx_pciex_port_setup_hose() local
1938 bus_range = of_get_property(port->node, "bus-range", NULL); in ppc4xx_pciex_port_setup_hose()
1951 hose->first_busno = bus_range ? bus_range[0] : 0x0; in ppc4xx_pciex_port_setup_hose()
1952 hose->last_busno = bus_range ? bus_range[1] : 0xff; in ppc4xx_pciex_port_setup_hose()