/arch/alpha/kernel/ |
D | io.c | 71 return ioread8(ioport_map(port, 1)); in inb() 76 return ioread16(ioport_map(port, 2)); in inw() 81 return ioread32(ioport_map(port, 4)); in inl() 86 iowrite8(b, ioport_map(port, 1)); in outb() 91 iowrite16(b, ioport_map(port, 2)); in outw() 96 iowrite32(b, ioport_map(port, 4)); in outl() 290 ioread8_rep(ioport_map(port, 1), dst, count); in insb() 330 ioread16_rep(ioport_map(port, 2), dst, count); in insw() 362 ioread32_rep(ioport_map(port, 4), dst, count); in insl() 384 iowrite8_rep(ioport_map(port, 1), src, count); in outsb() [all …]
|
/arch/m68k/include/asm/ |
D | kmap.h | 61 #define ioport_map ioport_map macro 62 static inline void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function
|
/arch/sparc/lib/ |
D | iomap.c | 10 void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function 19 EXPORT_SYMBOL(ioport_map);
|
/arch/powerpc/kernel/ |
D | iomap.c | 14 void __iomem *ioport_map(unsigned long port, unsigned int len) in ioport_map() function 18 EXPORT_SYMBOL(ioport_map);
|
/arch/arm/mm/ |
D | iomap.c | 19 void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function 23 EXPORT_SYMBOL(ioport_map);
|
/arch/sh/kernel/ |
D | ioport.c | 24 void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function 34 EXPORT_SYMBOL(ioport_map);
|
/arch/alpha/include/asm/ |
D | io.h | 271 extern inline void __iomem *ioport_map(unsigned long port, unsigned int size) in ioport_map() function 342 return ioread8(ioport_map(port, 1)); in inb() 347 return ioread16(ioport_map(port, 2)); in inw() 352 iowrite8(b, ioport_map(port, 1)); in outb() 357 iowrite16(b, ioport_map(port, 2)); in outw() 379 return ioread32(ioport_map(port, 4)); in inl() 384 iowrite32(b, ioport_map(port, 4)); in outl()
|
/arch/sh/include/asm/ |
D | io_generic.h | 15 void __iomem *IO_CONCAT(__IO_PREFIX,ioport_map)(unsigned long addr, unsigned int size);
|
D | io_noioport.h | 38 static inline void __iomem *ioport_map(unsigned long port, unsigned int size) in ioport_map() function
|
D | io.h | 143 #define __ioport_map ioport_map
|
/arch/arm/include/asm/ |
D | io.h | 413 #ifndef ioport_map 414 #define ioport_map ioport_map macro 415 extern void __iomem *ioport_map(unsigned long port, unsigned int nr);
|
/arch/s390/include/asm/ |
D | io.h | 31 static inline void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function
|
/arch/sparc/include/asm/ |
D | io_32.h | 132 void __iomem *ioport_map(unsigned long port, unsigned int nr);
|
D | io_64.h | 433 void __iomem *ioport_map(unsigned long port, unsigned int nr);
|
/arch/arm/mach-ixp4xx/include/mach/ |
D | io.h | 534 #define ioport_map(port, nr) ioport_map(port, nr) macro 535 static inline void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function
|
/arch/parisc/lib/ |
D | iomap.c | 520 void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function 566 EXPORT_SYMBOL(ioport_map);
|
/arch/arc/include/asm/ |
D | io.h | 26 static inline void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function
|
/arch/powerpc/include/asm/ |
D | io.h | 798 void __iomem *ioport_map(unsigned long port, unsigned int len); 799 #define ioport_map ioport_map macro
|