Lines Matching refs:pci_controller
29 struct pci_controller { struct
95 static inline struct pci_controller *pci_bus_to_host(const struct pci_bus *bus) in pci_bus_to_host() argument
111 extern int early_read_config_byte(struct pci_controller *hose, int bus,
113 extern int early_read_config_word(struct pci_controller *hose, int bus,
115 extern int early_read_config_dword(struct pci_controller *hose, int bus,
117 extern int early_write_config_byte(struct pci_controller *hose, int bus,
119 extern int early_write_config_word(struct pci_controller *hose, int bus,
121 extern int early_write_config_dword(struct pci_controller *hose, int bus,
124 extern int early_find_capability(struct pci_controller *hose, int bus,
127 extern void setup_indirect_pci(struct pci_controller *hose,
132 extern struct pci_controller *pci_find_hose_for_OF_device(
136 extern void pci_process_bridge_OF_ranges(struct pci_controller *hose,
140 extern struct pci_controller *pcibios_alloc_controller(struct device_node *dev);
141 extern void pcibios_free_controller(struct pci_controller *phb);