Lines Matching refs:bus_range
327 const int *bus_range; in ppc4xx_probe_pci_bridge() local
354 bus_range = of_get_property(np, "bus-range", NULL); in ppc4xx_probe_pci_bridge()
368 hose->first_busno = bus_range ? bus_range[0] : 0x0; in ppc4xx_probe_pci_bridge()
369 hose->last_busno = bus_range ? bus_range[1] : 0xff; in ppc4xx_probe_pci_bridge()
531 const int *bus_range; in ppc4xx_probe_pcix_bridge() local
560 bus_range = of_get_property(np, "bus-range", NULL); in ppc4xx_probe_pcix_bridge()
574 hose->first_busno = bus_range ? bus_range[0] : 0x0; in ppc4xx_probe_pcix_bridge()
575 hose->last_busno = bus_range ? bus_range[1] : 0xff; in ppc4xx_probe_pcix_bridge()
1918 const int *bus_range; in ppc4xx_pciex_port_setup_hose() local
1929 bus_range = of_get_property(port->node, "bus-range", NULL); in ppc4xx_pciex_port_setup_hose()
1942 hose->first_busno = bus_range ? bus_range[0] : 0x0; in ppc4xx_pciex_port_setup_hose()
1943 hose->last_busno = bus_range ? bus_range[1] : 0xff; in ppc4xx_pciex_port_setup_hose()