Home
last modified time | relevance | path

Searched refs:PCI_IOBASE (Results 1 – 9 of 9) sorted by relevance

/arch/riscv/include/asm/
Dio.h169 #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/
Dio.h17 #define PCI_IOBASE PKUNITY_PCILIO_BASE macro
44 #define PIO_OFFSET (unsigned int)(PCI_IOBASE)
/arch/xtensa/include/asm/
Dio.h24 #define PCI_IOBASE ((void __iomem *)XCHAL_KIO_BYPASS_VADDR) macro
/arch/microblaze/include/asm/
Dio.h33 #define PCI_IOBASE ((void __iomem *)_IO_BASE) macro
/arch/m68k/include/asm/
Dio_no.h130 #define PCI_IOBASE ((void __iomem *) PCI_IO_PA) macro
/arch/ia64/include/asm/
Dio.h284 #undef PCI_IOBASE
/arch/arm64/include/asm/
Dio.h149 #define PCI_IOBASE ((void __iomem *)PCI_IO_START) macro
/arch/x86/include/asm/
Dio.h381 #undef PCI_IOBASE
/arch/arm/include/asm/
Dio.h174 #define PCI_IOBASE ((void __iomem *)PCI_IO_VIRT_BASE) macro