Lines Matching refs:pci_controller
46 void (*shutdown)(struct pci_controller *hose);
52 struct pci_controller { struct
134 extern int early_read_config_byte(struct pci_controller *hose, int bus, argument
136 extern int early_read_config_word(struct pci_controller *hose, int bus,
138 extern int early_read_config_dword(struct pci_controller *hose, int bus,
140 extern int early_write_config_byte(struct pci_controller *hose, int bus,
142 extern int early_write_config_word(struct pci_controller *hose, int bus,
144 extern int early_write_config_dword(struct pci_controller *hose, int bus,
147 extern int early_find_capability(struct pci_controller *hose, int bus,
150 extern void setup_indirect_pci(struct pci_controller* hose,
157 extern int __indirect_read_config(struct pci_controller *hose,
164 static inline struct pci_controller *pci_bus_to_host(const struct pci_bus *bus) in pci_bus_to_host()
195 struct pci_controller *phb; /* for pci devices */
225 extern struct pci_dn *pci_add_device_node_info(struct pci_controller *hose,
274 extern struct pci_controller *pci_find_hose_for_OF_device(
277 extern struct pci_controller *pci_find_controller_for_domain(int domain_nr);
280 extern void pci_process_bridge_OF_ranges(struct pci_controller *hose,
284 extern struct pci_controller *pcibios_alloc_controller(struct device_node *dev);
285 extern void pcibios_free_controller(struct pci_controller *phb);