Searched defs:pci_channel (Results 1 - 1 of 1) sorted by relevance

/arch/sh/include/asm/
H A Dpci.h16 struct pci_channel { struct
17 struct pci_channel *next;
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 *hos
[all...]

Completed in 60 milliseconds