Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/kernel/
Dpci_64.c42 unsigned long pci_io_base = ISA_IO_BASE; variable
43 EXPORT_SYMBOL(pci_io_base);
Dio-workarounds.c89 unsigned long vaddr = (unsigned long)pci_io_base + port; in iowa_pio_find_bus()
Dlegacy_serial.c464 pci_io_base; in fixup_port_pio()
/linux-3.4.99/arch/microblaze/include/asm/
Dio.h31 extern unsigned long pci_io_base;
/linux-3.4.99/arch/powerpc/include/asm/
Dio.h57 #define _IO_BASE pci_io_base
63 extern unsigned long pci_io_base;
/linux-3.4.99/drivers/net/ethernet/ti/
Dtlan.c501 u32 pci_io_base = 0; in tlan_probe1() local
513 pci_io_base = pci_resource_start(pdev, reg); in tlan_probe1()
516 pci_io_base); in tlan_probe1()
520 if (!pci_io_base) { in tlan_probe1()
526 dev->base_addr = pci_io_base; in tlan_probe1()