Searched refs:ioport_map (Results 1 - 20 of 20) sorted by relevance

/arch/sparc/lib/
H A Diomap.c9 void __iomem *ioport_map(unsigned long port, unsigned int nr) function
18 EXPORT_SYMBOL(ioport_map); variable
/arch/arm/mm/
H A Diomap.c16 void __iomem *ioport_map(unsigned long port, unsigned int nr) function
20 EXPORT_SYMBOL(ioport_map); variable
/arch/sh/kernel/
H A Dioport.c26 void __iomem *ioport_map(unsigned long port, unsigned int nr) function
36 EXPORT_SYMBOL(ioport_map); variable
/arch/sh/include/asm/
H A Dio_generic.h14 void __iomem *IO_CONCAT(__IO_PREFIX,ioport_map)(unsigned long addr, unsigned int size);
H A Dio.h146 #define __ioport_map ioport_map
/arch/alpha/kernel/
H A Dio.c64 return ioread8(ioport_map(port, 1));
69 return ioread16(ioport_map(port, 2));
74 return ioread32(ioport_map(port, 4));
79 iowrite8(b, ioport_map(port, 1));
84 iowrite16(b, ioport_map(port, 2));
89 iowrite32(b, ioport_map(port, 4));
243 ioread8_rep(ioport_map(port, 1), dst, count);
283 ioread16_rep(ioport_map(port, 2), dst, count);
315 ioread32_rep(ioport_map(port, 4), dst, count);
337 iowrite8_rep(ioport_map(por
620 void __iomem *ioport_map(unsigned long port, unsigned int size) function
629 EXPORT_SYMBOL(ioport_map); variable
[all...]
/arch/powerpc/kernel/
H A Diomap.c109 void __iomem *ioport_map(unsigned long port, unsigned int len) function
118 EXPORT_SYMBOL(ioport_map); variable
/arch/alpha/include/asm/
H A Dio.h276 extern inline void __iomem *ioport_map(unsigned long port, unsigned int size) function
352 return ioread8(ioport_map(port, 1));
357 return ioread16(ioport_map(port, 2));
362 iowrite8(b, ioport_map(port, 1));
367 iowrite16(b, ioport_map(port, 2));
387 return ioread32(ioport_map(port, 4));
392 iowrite32(b, ioport_map(port, 4));
/arch/mips/lib/
H A Diomap.c211 void __iomem *ioport_map(unsigned long port, unsigned int nr) function
219 EXPORT_SYMBOL(ioport_map); variable
/arch/arm/mach-ixp2000/include/mach/
H A Dio.h125 #define ioport_map(port, nr) ___io(port) macro
/arch/parisc/lib/
H A Diomap.c427 void __iomem *ioport_map(unsigned long port, unsigned int nr) function
462 EXPORT_SYMBOL(ioport_map); variable
/arch/microblaze/include/asm/
H A Dio.h248 #define ioport_map(port, nr) ((void __iomem *)(port)) macro
/arch/mn10300/include/asm/
H A Dio.h280 static inline void __iomem *ioport_map(unsigned long port, unsigned int nr) function
/arch/tile/include/asm/
H A Dio.h205 static inline void __iomem *ioport_map(unsigned long port, unsigned int len) function
207 pr_info("ioport_map: mapping IO resources is unsupported on tile.\n");
/arch/avr32/include/asm/
H A Dio.h307 #define ioport_map(port, nr) ioremap(port, nr) macro
/arch/frv/include/asm/
H A Dio.h279 static inline void __iomem *ioport_map(unsigned long port, unsigned int nr) function
/arch/sparc/include/asm/
H A Dio_32.h322 extern void __iomem *ioport_map(unsigned long port, unsigned int nr);
H A Dio_64.h512 extern void __iomem *ioport_map(unsigned long port, unsigned int nr);
/arch/arm/include/asm/
H A Dio.h299 extern void __iomem *ioport_map(unsigned long port, unsigned int nr);
/arch/arm/mach-ixp4xx/include/mach/
H A Dio.h498 #define ioport_map(port, nr) ((void __iomem*)(port + PIO_OFFSET)) macro

Completed in 298 milliseconds