Searched refs:top_bus (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/arch/sh/include/asm/ |
D | pci.h | 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, 62 int top_bus, int current_bus);
|
/linux-4.1.27/arch/sh/drivers/pci/ |
D | common.c | 11 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()
|
D | pci.c | 194 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.1.27/arch/mips/txx9/generic/ |
D | pci.c | 30 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.1.27/arch/mips/include/asm/txx9/ |
D | pci.h | 17 int txx9_pci66_check(struct pci_controller *hose, int top_bus,
|