Lines Matching refs:hose
38 struct pci_controller *hose = pci_bus_to_host(bus);
40 | (((bus->number - hose->first_busno) & 0xff) << 16)
41 | (hose->global_number << 24);
53 struct pci_controller *hose = pci_bus_to_host(bus);
55 | (((bus->number - hose->first_busno) & 0xff) << 16)
56 | (hose->global_number << 24);
74 struct pci_controller *hose;
113 hose = pcibios_alloc_controller(pcictrl);
114 if (!hose) {
121 hose->first_busno = bus_range[0];
122 hose->last_busno = bus_range[1];
123 hose->ops = &rtas_pci_ops;
125 pci_process_bridge_OF_ranges(hose, pcictrl, 0);