Searched defs:__io (Results 1 - 19 of 19) sorted by relevance

/arch/arm/mach-at91/include/mach/
H A Dio.h25 #define __io(a) __typesafe_io(a) macro
/arch/arm/mach-dove/include/mach/
H A Dio.h16 #define __io(a) ((void __iomem *)(((a) - DOVE_PCIE0_IO_BUS_BASE) + \ macro
/arch/arm/mach-iop13xx/include/mach/
H A Dio.h24 #define __io(a) __iop13xx_io(a) macro
/arch/arm/mach-iop32x/include/mach/
H A Dio.h17 #define __io(p) ((void __iomem *)IOP3XX_PCI_IO_PHYS_TO_VIRT(p)) macro
/arch/arm/mach-iop33x/include/mach/
H A Dio.h17 #define __io(p) ((void __iomem *)IOP3XX_PCI_IO_PHYS_TO_VIRT(p)) macro
/arch/arm/mach-ixp23xx/include/mach/
H A Dio.h20 #define __io(p) ((void __iomem*)((p) + IXP23XX_PCI_IO_VIRT)) macro
/arch/arm/mach-kirkwood/include/mach/
H A Dio.h16 static inline void __iomem *__io(unsigned long addr) function
22 #define __io(a) __io(a) macro
/arch/arm/mach-mv78xx0/include/mach/
H A Dio.h16 static inline void __iomem *__io(unsigned long addr) function
22 #define __io(a) __io(a) macro
/arch/arm/mach-omap1/include/mach/
H A Dio.h43 #define __io(a) __typesafe_io(a) macro
/arch/arm/mach-pxa/include/mach/
H A Dio.h15 #define __io(a) __typesafe_io(a) macro
/arch/arm/mach-rpc/include/mach/
H A Dio.h29 #define __io(a) (PCIO_BASE + ((a) << 2)) macro
/arch/arm/mach-shark/include/mach/
H A Dio.h16 #define __io(a) ((void __iomem *)(0xe0000000 + (a))) macro
/arch/arm/mach-tegra/include/mach/
H A Dio.h31 static inline void __iomem *__io(unsigned long addr) function
36 static inline void __iomem *__io(unsigned long addr) function
42 #define __io(a) __io(a) macro
/arch/arm/mach-footbridge/include/mach/
H A Dio.h29 #define __io(a) ((void __iomem *)(PCIO_BASE + (a))) macro
/arch/arm/mach-integrator/include/mach/
H A Dio.h31 #define __io(a) ((void __iomem *)(PCI_IO_VADDR + (a))) macro
/arch/arm/mach-ixp2000/include/mach/
H A Dio.h129 #define __io(p) ((void __iomem *)((p)+IXP2000_PCI_IO_VIRT_BASE)) macro
/arch/arm/mach-ixp4xx/include/mach/
H A Dio.h216 #define __io(v) __typesafe_io(v) macro
/arch/avr32/include/asm/
H A Dio.h69 #ifndef __io
70 # define __io(p) ((void *)phys_to_uncached(p)) macro
113 __addr = __io(__swizzle_addr_##bwl(port)); \
127 __addr = __io(__swizzle_addr_##bwl(port)); \
/arch/arm/include/asm/
H A Dio.h97 * A typesafe __io() helper
122 #define __io(a) __typesafe_io((a) & IO_SPACE_LIMIT) macro
161 * The machine specific io.h include defines __io to translate an "IO"
170 #ifdef __io
171 #define outb(v,p) ({ __iowmb(); __raw_writeb(v,__io(p)); })
173 cpu_to_le16(v),__io(p)); })
175 cpu_to_le32(v),__io(p)); })
177 #define inb(p) ({ __u8 __v = __raw_readb(__io(p)); __iormb(); __v; })
179 __raw_readw(__io(p))); __iormb(); __v; })
181 __raw_readl(__io(
[all...]

Completed in 2227 milliseconds