Lines Matching refs:pci_controller
46 void (*shutdown)(struct pci_controller *hose);
52 struct pci_controller { struct
138 extern int early_read_config_byte(struct pci_controller *hose, int bus, argument
140 extern int early_read_config_word(struct pci_controller *hose, int bus,
142 extern int early_read_config_dword(struct pci_controller *hose, int bus,
144 extern int early_write_config_byte(struct pci_controller *hose, int bus,
146 extern int early_write_config_word(struct pci_controller *hose, int bus,
148 extern int early_write_config_dword(struct pci_controller *hose, int bus,
151 extern int early_find_capability(struct pci_controller *hose, int bus,
154 extern void setup_indirect_pci(struct pci_controller* hose,
161 extern int __indirect_read_config(struct pci_controller *hose,
168 static inline struct pci_controller *pci_bus_to_host(const struct pci_bus *bus) in pci_bus_to_host()
199 struct pci_controller *phb; /* for pci devices */
229 extern struct pci_dn *pci_add_device_node_info(struct pci_controller *hose,
278 extern struct pci_controller *pci_find_hose_for_OF_device(
281 extern struct pci_controller *pci_find_controller_for_domain(int domain_nr);
284 extern void pci_process_bridge_OF_ranges(struct pci_controller *hose,
288 extern struct pci_controller *pcibios_alloc_controller(struct device_node *dev);
289 extern void pcibios_free_controller(struct pci_controller *phb);