Lines Matching refs:hose
42 extern int register_pci_controller(struct pci_channel *hose);
46 extern int early_read_config_byte(struct pci_channel *hose, int top_bus,
48 extern int early_read_config_word(struct pci_channel *hose, int top_bus,
50 extern int early_read_config_dword(struct pci_channel *hose, int top_bus,
52 extern int early_write_config_byte(struct pci_channel *hose, int top_bus,
54 extern int early_write_config_word(struct pci_channel *hose, int top_bus,
56 extern int early_write_config_dword(struct pci_channel *hose, int top_bus,
58 extern void pcibios_enable_timers(struct pci_channel *hose);
60 unsigned int status, struct pci_channel *hose);
61 extern int pci_is_66mhz_capable(struct pci_channel *hose,
116 struct pci_channel *hose = bus->sysdata; in pci_proc_domain() local
117 return hose->need_domain_info; in pci_proc_domain()