Lines Matching refs:pci_controller
26 struct pci_controller { struct
92 static inline struct pci_controller *pci_bus_to_host(const struct pci_bus *bus) in pci_bus_to_host() argument
108 extern int early_read_config_byte(struct pci_controller *hose, int bus,
110 extern int early_read_config_word(struct pci_controller *hose, int bus,
112 extern int early_read_config_dword(struct pci_controller *hose, int bus,
114 extern int early_write_config_byte(struct pci_controller *hose, int bus,
116 extern int early_write_config_word(struct pci_controller *hose, int bus,
118 extern int early_write_config_dword(struct pci_controller *hose, int bus,
121 extern int early_find_capability(struct pci_controller *hose, int bus,
124 extern void setup_indirect_pci(struct pci_controller *hose,
129 extern struct pci_controller *pci_find_hose_for_OF_device(
133 extern void pci_process_bridge_OF_ranges(struct pci_controller *hose,
137 extern struct pci_controller *pcibios_alloc_controller(struct device_node *dev);
138 extern void pcibios_free_controller(struct pci_controller *phb);