Searched refs:PCI_IOBASE (Results 1 – 14 of 14) sorted by relevance
| /linux/arch/riscv/include/asm/ |
| H A D | io.h | 30 #define PCI_IOBASE ((void __iomem *)PCI_IO_START) macro 108 #define insb(addr, buffer, count) __insb(PCI_IOBASE + (addr), buffer, count) 109 #define insw(addr, buffer, count) __insw(PCI_IOBASE + (addr), buffer, count) 110 #define insl(addr, buffer, count) __insl(PCI_IOBASE + (addr), buffer, count) 122 #define outsb(addr, buffer, count) __outsb(PCI_IOBASE + (addr), buffer, count) 123 #define outsw(addr, buffer, count) __outsw(PCI_IOBASE + (addr), buffer, count) 124 #define outsl(addr, buffer, count) __outsl(PCI_IOBASE + (addr), buffer, count) 131 #define insq(addr, buffer, count) __insq(PCI_IOBASE + (addr), buffer, count) 137 #define outsq(addr, buffer, count) __outsq(PCI_IOBASE + (addr), buffer, count)
|
| /linux/arch/mips/include/asm/mach-ralink/ |
| H A D | spaces.h | 5 #define PCI_IOBASE (void __iomem *)mips_io_port_base macro
|
| /linux/arch/mips/include/asm/mach-loongson64/ |
| H A D | spaces.h | 11 #define PCI_IOBASE (void __iomem *)PCI_PORT_BASE macro
|
| /linux/arch/mips/loongson64/ |
| H A D | init.c | 131 set_io_port_base((unsigned long)PCI_IOBASE); in prom_init() 181 vaddr = (unsigned long)PCI_IOBASE + range->io_start; in add_legacy_isa_io()
|
| /linux/arch/arm/mach-s3c/ |
| H A D | map-base.h | 40 #define S3C24XX_VA_ISA_BYTE PCI_IOBASE
|
| /linux/arch/microblaze/include/asm/ |
| H A D | io.h | 30 #define PCI_IOBASE ((void __iomem *)_IO_BASE) macro
|
| /linux/arch/loongarch/include/asm/ |
| H A D | addrspace.h | 141 #define PCI_IOBASE ((void __iomem *)(vm_map_base + (2 * PAGE_SIZE))) macro
|
| /linux/arch/m68k/include/asm/ |
| H A D | io_no.h | 126 #define PCI_IOBASE ((void __iomem *) PCI_IO_PA) macro
|
| /linux/drivers/pci/ |
| H A D | iomap.c | 180 uintptr_t start = (uintptr_t) PCI_IOBASE; in pci_iounmap()
|
| /linux/arch/arm64/include/asm/ |
| H A D | io.h | 130 #define PCI_IOBASE ((void __iomem *)PCI_IO_START) macro
|
| /linux/drivers/pcmcia/ |
| H A D | soc_common.c | 784 iounmap(PCI_IOBASE + skt->res_io_io.start); in soc_pcmcia_remove_one() 874 iounmap(PCI_IOBASE + skt->res_io_io.start); in soc_pcmcia_add_one()
|
| /linux/arch/arm/mm/ |
| H A D | ioremap.c | 486 unsigned long vaddr = (unsigned long)PCI_IOBASE + res->start; in pci_remap_iospace()
|
| /linux/arch/loongarch/kernel/ |
| H A D | setup.c | 502 vaddr = (unsigned long)(PCI_IOBASE + range->io_start); in add_legacy_isa_io()
|
| /linux/drivers/acpi/ |
| H A D | pci_root.c | 864 #ifdef PCI_IOBASE in acpi_pci_root_remap_iospace()
|