Lines Matching refs:bus_range
328 const int *bus_range; in ppc4xx_probe_pci_bridge() local
355 bus_range = of_get_property(np, "bus-range", NULL); in ppc4xx_probe_pci_bridge()
369 hose->first_busno = bus_range ? bus_range[0] : 0x0; in ppc4xx_probe_pci_bridge()
370 hose->last_busno = bus_range ? bus_range[1] : 0xff; in ppc4xx_probe_pci_bridge()
532 const int *bus_range; in ppc4xx_probe_pcix_bridge() local
561 bus_range = of_get_property(np, "bus-range", NULL); in ppc4xx_probe_pcix_bridge()
575 hose->first_busno = bus_range ? bus_range[0] : 0x0; in ppc4xx_probe_pcix_bridge()
576 hose->last_busno = bus_range ? bus_range[1] : 0xff; in ppc4xx_probe_pcix_bridge()
1917 const int *bus_range; in ppc4xx_pciex_port_setup_hose() local
1928 bus_range = of_get_property(port->node, "bus-range", NULL); in ppc4xx_pciex_port_setup_hose()
1941 hose->first_busno = bus_range ? bus_range[0] : 0x0; in ppc4xx_pciex_port_setup_hose()
1942 hose->last_busno = bus_range ? bus_range[1] : 0xff; in ppc4xx_pciex_port_setup_hose()