Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sh/include/asm/
Dpci.h46 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,
62 int top_bus, int current_bus);
/linux-4.4.14/arch/sh/drivers/pci/
Dcommon.c11 int top_bus, int busnr, int devfn) in fake_pci_dev() argument
23 if(busnr != top_bus) in fake_pci_dev()
34 int top_bus, int bus, int devfn, int offset, type value) \
37 fake_pci_dev(hose, top_bus, bus, devfn), \
49 int top_bus, int current_bus) in EARLY_PCI_OP()
61 if (early_read_config_word(hose, top_bus, current_bus, in EARLY_PCI_OP()
72 early_read_config_word(hose, top_bus, current_bus, in EARLY_PCI_OP()
Dpci.c194 int top_bus, int current_bus, in pcibios_bus_report_status_early() argument
204 ret = early_read_config_word(hose, top_bus, current_bus, in pcibios_bus_report_status_early()
211 early_write_config_word(hose, top_bus, current_bus, in pcibios_bus_report_status_early()
/linux-4.4.14/arch/mips/txx9/generic/
Dpci.c30 int top_bus, int bus, int devfn, int offset, u16 *value) in early_read_config_word() argument
42 if (bus != top_bus) in early_read_config_word()
51 int __init txx9_pci66_check(struct pci_controller *hose, int top_bus, in txx9_pci66_check() argument
67 if (early_read_config_word(hose, top_bus, current_bus, in txx9_pci66_check()
78 early_read_config_word(hose, top_bus, current_bus, in txx9_pci66_check()
/linux-4.4.14/arch/mips/include/asm/txx9/
Dpci.h17 int txx9_pci66_check(struct pci_controller *hose, int top_bus,