Lines Matching refs:hose
123 struct pci_controller *hose; in mv64x60_add_bridge() local
142 hose = pcibios_alloc_controller(dev); in mv64x60_add_bridge()
143 if (!hose) in mv64x60_add_bridge()
146 hose->first_busno = bus_range ? bus_range[0] : 0; in mv64x60_add_bridge()
147 hose->last_busno = bus_range ? bus_range[1] : 0xff; in mv64x60_add_bridge()
149 setup_indirect_pci(hose, rsrc.start, rsrc.start + 4, 0); in mv64x60_add_bridge()
150 hose->self_busno = hose->first_busno; in mv64x60_add_bridge()
154 (unsigned long long)rsrc.start, hose->first_busno, in mv64x60_add_bridge()
155 hose->last_busno); in mv64x60_add_bridge()
159 primary = (hose->first_busno == 0); in mv64x60_add_bridge()
160 pci_process_bridge_OF_ranges(hose, dev, primary); in mv64x60_add_bridge()