Home
last modified time | relevance | path

Searched refs:top_bus (Results 1 – 5 of 5) sorted by relevance

/linux/arch/sh/include/asm/
A Dpci.h45 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,
61 int top_bus, int current_bus);
/linux/arch/sh/drivers/pci/
A Dcommon.c12 int top_bus, int busnr, int devfn) in fake_pci_dev() argument
24 if(busnr != top_bus) in fake_pci_dev()
35 int top_bus, int bus, int devfn, int offset, type value) \
38 fake_pci_dev(hose, top_bus, bus, devfn), \
50 int top_bus, int current_bus) in EARLY_PCI_OP()
62 if (early_read_config_word(hose, top_bus, current_bus, in EARLY_PCI_OP()
73 early_read_config_word(hose, top_bus, current_bus, in EARLY_PCI_OP()
A Dpci.c193 int top_bus, int current_bus, in pcibios_bus_report_status_early() argument
203 ret = early_read_config_word(hose, top_bus, current_bus, in pcibios_bus_report_status_early()
210 early_write_config_word(hose, top_bus, current_bus, in pcibios_bus_report_status_early()
/linux/arch/mips/txx9/generic/
A Dpci.c30 int top_bus, int bus, int devfn, int offset, u16 *value) in early_read_config_word() argument
38 if (bus != top_bus) in early_read_config_word()
47 int __init txx9_pci66_check(struct pci_controller *hose, int top_bus, in txx9_pci66_check() argument
63 if (early_read_config_word(hose, top_bus, current_bus, in txx9_pci66_check()
74 early_read_config_word(hose, top_bus, current_bus, in txx9_pci66_check()
/linux/arch/mips/include/asm/txx9/
A Dpci.h17 int txx9_pci66_check(struct pci_controller *hose, int top_bus,

Completed in 6 milliseconds