Lines Matching refs:pci_controller
38 struct pci_controller { struct
119 extern int early_read_config_byte(struct pci_controller *hose, int bus, argument
121 extern int early_read_config_word(struct pci_controller *hose, int bus,
123 extern int early_read_config_dword(struct pci_controller *hose, int bus,
125 extern int early_write_config_byte(struct pci_controller *hose, int bus,
127 extern int early_write_config_word(struct pci_controller *hose, int bus,
129 extern int early_write_config_dword(struct pci_controller *hose, int bus,
132 extern int early_find_capability(struct pci_controller *hose, int bus,
135 extern void setup_indirect_pci(struct pci_controller* hose,
142 extern int __indirect_read_config(struct pci_controller *hose,
149 static inline struct pci_controller *pci_bus_to_host(const struct pci_bus *bus) in pci_bus_to_host()
187 struct pci_controller *phb; /* for pci devices */
252 extern void isa_bridge_find_early(struct pci_controller *hose);
273 extern struct pci_controller *pci_find_hose_for_OF_device(
277 extern void pci_process_bridge_OF_ranges(struct pci_controller *hose,
281 extern struct pci_controller *pcibios_alloc_controller(struct device_node *dev);
282 extern void pcibios_free_controller(struct pci_controller *phb);