Lines Matching refs:pci_channel
15 struct pci_channel { struct
16 struct pci_channel *next; argument
41 extern int register_pci_controller(struct pci_channel *hose); argument
45 extern int early_read_config_byte(struct pci_channel *hose, int top_bus,
47 extern int early_read_config_word(struct pci_channel *hose, int top_bus,
49 extern int early_read_config_dword(struct pci_channel *hose, int top_bus,
51 extern int early_write_config_byte(struct pci_channel *hose, int top_bus,
53 extern int early_write_config_word(struct pci_channel *hose, int top_bus,
55 extern int early_write_config_dword(struct pci_channel *hose, int top_bus,
57 extern void pcibios_enable_timers(struct pci_channel *hose);
59 unsigned int status, struct pci_channel *hose);
60 extern int pci_is_66mhz_capable(struct pci_channel *hose,
83 #define pci_domain_nr(bus) ((struct pci_channel *)(bus)->sysdata)->index
87 struct pci_channel *hose = bus->sysdata; in pci_proc_domain()