/kernel/linux/linux-5.10/arch/alpha/kernel/ |
H A 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(por in outsb() 667 void __iomem *ioport_map(unsigned long port, unsigned int size) ioport_map() function 676 EXPORT_SYMBOL(ioport_map); global() variable [all...] |
/kernel/linux/linux-6.6/arch/alpha/kernel/ |
H A D | io.c | 88 return ioread8(ioport_map(port, 1)); in inb() 93 return ioread16(ioport_map(port, 2)); in inw() 98 return ioread32(ioport_map(port, 4)); in inl() 103 iowrite8(b, ioport_map(port, 1)); in outb() 108 iowrite16(b, ioport_map(port, 2)); in outw() 113 iowrite32(b, ioport_map(port, 4)); in outl() 307 ioread8_rep(ioport_map(port, 1), dst, count); in insb() 347 ioread16_rep(ioport_map(port, 2), dst, count); in insw() 379 ioread32_rep(ioport_map(port, 4), dst, count); in insl() 401 iowrite8_rep(ioport_map(por in outsb() 684 void __iomem *ioport_map(unsigned long port, unsigned int size) ioport_map() function 693 EXPORT_SYMBOL(ioport_map); global() variable [all...] |
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A 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
|
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | kmap.h | 59 #define ioport_map ioport_map macro 60 static inline void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function
|
/kernel/linux/linux-6.6/arch/alpha/include/asm/ |
H A D | io.h | 293 extern inline void __iomem *ioport_map(unsigned long port, unsigned int size) in ioport_map() function 302 #define ioport_map ioport_map macro 367 return ioread8(ioport_map(port, 1)); in inb() 372 return ioread16(ioport_map(port, 2)); in inw() 377 iowrite8(b, ioport_map(port, 1)); in outb() 382 iowrite16(b, ioport_map(port, 2)); in outw() 424 return ioread32(ioport_map(port, 4)); in inl() 429 iowrite32(b, ioport_map(port, 4)); in outl()
|
/kernel/linux/linux-5.10/arch/sparc/lib/ |
H A D | iomap.c | 10 void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function 19 EXPORT_SYMBOL(ioport_map); variable
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | iomap.c | 14 void __iomem *ioport_map(unsigned long port, unsigned int len) in ioport_map() function 18 EXPORT_SYMBOL(ioport_map); variable
|
/kernel/linux/linux-6.6/arch/sparc/lib/ |
H A D | iomap.c | 10 void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function 19 EXPORT_SYMBOL(ioport_map); variable
|
/kernel/linux/linux-5.10/arch/sh/kernel/ |
H A D | ioport.c | 24 void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function 34 EXPORT_SYMBOL(ioport_map); variable
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | iomap.c | 19 void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function 23 EXPORT_SYMBOL(ioport_map); variable
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | iomap.c | 19 void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function 23 EXPORT_SYMBOL(ioport_map); variable
|
/kernel/linux/linux-6.6/arch/sh/kernel/ |
H A D | ioport.c | 24 void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function 34 EXPORT_SYMBOL(ioport_map); variable
|
/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
H A 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()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | iomap.c | 174 void __iomem *ioport_map(unsigned long port, unsigned int len) in ioport_map() function 183 EXPORT_SYMBOL(ioport_map); variable
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
H A D | io_generic.h | 15 void __iomem *IO_CONCAT(__IO_PREFIX,ioport_map)(unsigned long addr, unsigned int size);
|
H A D | io_noioport.h | 38 static inline void __iomem *ioport_map(unsigned long port, unsigned int size) in ioport_map() function
|
/kernel/linux/linux-6.6/arch/sh/include/asm/ |
H A D | io_generic.h | 15 void __iomem *IO_CONCAT(__IO_PREFIX,ioport_map)(unsigned long addr, unsigned int size);
|
H A D | io_noioport.h | 38 static inline void __iomem *ioport_map(unsigned long port, unsigned int size) in ioport_map() function
|
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | io.h | 1000 #ifndef ioport_map 1001 #define ioport_map ioport_map macro 1002 static inline void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function 1026 extern void __iomem *ioport_map(unsigned long port, unsigned int nr);
|
H A D | pci_iomap.h | 28 #define __pci_ioport_map(dev, port, nr) ioport_map((port), (nr))
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A 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);
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | io.h | 396 #ifndef ioport_map 397 #define ioport_map ioport_map macro 398 extern void __iomem *ioport_map(unsigned long port, unsigned int nr);
|
/kernel/linux/linux-6.6/arch/parisc/include/asm/ |
H A D | io.h | 251 #define ioport_map ioport_map macro
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | io.h | 38 static inline void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function
|
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | pci_iomap.h | 31 #define __pci_ioport_map(dev, port, nr) ioport_map((port), (nr))
|