Searched refs:PCI_IOBASE (Results 1 – 15 of 15) sorted by relevance
| /arch/riscv/include/asm/ |
| A D | io.h | 30 #define PCI_IOBASE ((void __iomem *)PCI_IO_START) macro 104 #define insb(addr, buffer, count) __insb(PCI_IOBASE + (addr), buffer, count) 105 #define insw(addr, buffer, count) __insw(PCI_IOBASE + (addr), buffer, count) 106 #define insl(addr, buffer, count) __insl(PCI_IOBASE + (addr), buffer, count) 118 #define outsb(addr, buffer, count) __outsb(PCI_IOBASE + (addr), buffer, count) 119 #define outsw(addr, buffer, count) __outsw(PCI_IOBASE + (addr), buffer, count) 120 #define outsl(addr, buffer, count) __outsl(PCI_IOBASE + (addr), buffer, count) 127 #define insq(addr, buffer, count) __insq(PCI_IOBASE + (addr), buffer, count) 133 #define outsq(addr, buffer, count) __outsq(PCI_IOBASE + (addr), buffer, count)
|
| /arch/mips/include/asm/mach-ralink/ |
| A D | spaces.h | 5 #define PCI_IOBASE (void __iomem *)mips_io_port_base macro
|
| /arch/mips/include/asm/mach-loongson64/ |
| A D | spaces.h | 11 #define PCI_IOBASE (void __iomem *)PCI_PORT_BASE macro
|
| /arch/arm/mach-s3c/ |
| A D | map-base.h | 40 #define S3C24XX_VA_ISA_BYTE PCI_IOBASE
|
| /arch/mips/loongson64/ |
| 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()
|
| /arch/xtensa/include/asm/ |
| A D | io.h | 25 #define PCI_IOBASE ((void __iomem *)XCHAL_KIO_BYPASS_VADDR) macro
|
| /arch/microblaze/include/asm/ |
| A D | io.h | 30 #define PCI_IOBASE ((void __iomem *)_IO_BASE) macro
|
| /arch/loongarch/include/asm/ |
| A D | addrspace.h | 128 #define PCI_IOBASE ((void __iomem *)(vm_map_base + (2 * PAGE_SIZE))) macro
|
| /arch/m68k/include/asm/ |
| A D | io_no.h | 126 #define PCI_IOBASE ((void __iomem *) PCI_IO_PA) macro
|
| /arch/mips/include/asm/ |
| A D | io.h | 553 #ifndef PCI_IOBASE 554 #define PCI_IOBASE ((void __iomem *)mips_io_port_base) macro
|
| /arch/arm64/include/asm/ |
| A D | io.h | 130 #define PCI_IOBASE ((void __iomem *)PCI_IO_START) macro
|
| /arch/x86/include/asm/ |
| A D | io.h | 344 #undef PCI_IOBASE
|
| /arch/arm/mm/ |
| A D | ioremap.c | 486 unsigned long vaddr = (unsigned long)PCI_IOBASE + res->start; in pci_remap_iospace()
|
| /arch/arm/include/asm/ |
| A D | io.h | 173 #define PCI_IOBASE ((void __iomem *)PCI_IO_VIRT_BASE) macro
|
| /arch/loongarch/kernel/ |
| A D | setup.c | 496 vaddr = (unsigned long)(PCI_IOBASE + range->io_start); in add_legacy_isa_io()
|
Completed in 20 milliseconds