Home
last modified time | relevance | path

Searched refs:pci_io_base (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/arch/powerpc/kernel/
Dpci_64.c41 unsigned long pci_io_base = ISA_IO_BASE; variable
42 EXPORT_SYMBOL(pci_io_base);
Dio-workarounds.c104 unsigned long vaddr = (unsigned long)pci_io_base + port; in iowa_pio_find_bus()
Dlegacy_serial.c496 pci_io_base; in fixup_port_pio()
/linux-4.4.14/arch/mips/include/asm/mach-loongson64/
Dboot_param.h193 u64 pci_io_base; member
Dloongson.h118 #define LOONGSON_PCIIO_BASE loongson_sysconf.pci_io_base
/linux-4.4.14/arch/mips/loongson64/common/
Denv.c148 loongson_sysconf.pci_io_base = eirq_source->pci_io_start_addr; in prom_init_env()
/linux-4.4.14/arch/powerpc/include/asm/
Dio.h61 #define _IO_BASE pci_io_base
67 extern unsigned long pci_io_base;
/linux-4.4.14/drivers/net/ethernet/ti/
Dtlan.c499 u32 pci_io_base = 0; in tlan_probe1() local
511 pci_io_base = pci_resource_start(pdev, reg); in tlan_probe1()
514 pci_io_base); in tlan_probe1()
518 if (!pci_io_base) { in tlan_probe1()
524 dev->base_addr = pci_io_base; in tlan_probe1()