Searched refs:PCI_IOBASE (Results 1 – 9 of 9) sorted by relevance
/arch/riscv/include/asm/ |
D | io.h | 169 #define PCI_IOBASE ((void __iomem *)PCI_IO_START) macro 193 #define inb(c) ({ u8 __v; __io_pbr(); __v = readb_cpu((void*)(PCI_IOBASE + (c))); __io_par(__v); … 194 #define inw(c) ({ u16 __v; __io_pbr(); __v = readw_cpu((void*)(PCI_IOBASE + (c))); __io_par(__v); … 195 #define inl(c) ({ u32 __v; __io_pbr(); __v = readl_cpu((void*)(PCI_IOBASE + (c))); __io_par(__v); … 197 #define outb(v,c) ({ __io_pbw(); writeb_cpu((v),(void*)(PCI_IOBASE + (c))); __io_paw(); }) 198 #define outw(v,c) ({ __io_pbw(); writew_cpu((v),(void*)(PCI_IOBASE + (c))); __io_paw(); }) 199 #define outl(v,c) ({ __io_pbw(); writel_cpu((v),(void*)(PCI_IOBASE + (c))); __io_paw(); }) 255 #define insb(addr, buffer, count) __insb(PCI_IOBASE + (addr), buffer, count) 256 #define insw(addr, buffer, count) __insw(PCI_IOBASE + (addr), buffer, count) 257 #define insl(addr, buffer, count) __insl(PCI_IOBASE + (addr), buffer, count) [all …]
|
/arch/unicore32/include/asm/ |
D | io.h | 17 #define PCI_IOBASE PKUNITY_PCILIO_BASE macro 44 #define PIO_OFFSET (unsigned int)(PCI_IOBASE)
|
/arch/xtensa/include/asm/ |
D | io.h | 24 #define PCI_IOBASE ((void __iomem *)XCHAL_KIO_BYPASS_VADDR) macro
|
/arch/microblaze/include/asm/ |
D | io.h | 33 #define PCI_IOBASE ((void __iomem *)_IO_BASE) macro
|
/arch/m68k/include/asm/ |
D | io_no.h | 130 #define PCI_IOBASE ((void __iomem *) PCI_IO_PA) macro
|
/arch/ia64/include/asm/ |
D | io.h | 284 #undef PCI_IOBASE
|
/arch/arm64/include/asm/ |
D | io.h | 149 #define PCI_IOBASE ((void __iomem *)PCI_IO_START) macro
|
/arch/x86/include/asm/ |
D | io.h | 381 #undef PCI_IOBASE
|
/arch/arm/include/asm/ |
D | io.h | 174 #define PCI_IOBASE ((void __iomem *)PCI_IO_VIRT_BASE) macro
|