| /linux-6.15/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(port, 1), src, count); in outsb() [all …]
|
| /linux-6.15/arch/m68k/include/asm/ |
| H A D | kmap.h | 58 #define ioport_map ioport_map macro 59 static inline void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function
|
| /linux-6.15/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);
|
| /linux-6.15/arch/sh/kernel/ |
| H A D | ioport.c | 15 void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function 25 EXPORT_SYMBOL(ioport_map);
|
| /linux-6.15/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);
|
| /linux-6.15/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);
|
| /linux-6.15/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 366 return ioread8(ioport_map(port, 1)); in inb() 371 return ioread16(ioport_map(port, 2)); in inw() 376 iowrite8(b, ioport_map(port, 1)); in outb() 381 iowrite16(b, ioport_map(port, 2)); in outw() 423 return ioread32(ioport_map(port, 4)); in inl() 428 iowrite32(b, ioport_map(port, 4)); in outl()
|
| /linux-6.15/arch/parisc/include/asm/ |
| H A D | io.h | 238 extern void __iomem *ioport_map(unsigned long port, unsigned int nr); 240 #define ioport_map ioport_map macro
|
| /linux-6.15/arch/sh/include/asm/ |
| H A D | io.h | 121 #define ioport_map ioport_map macro 126 extern void __iomem *ioport_map(unsigned long port, unsigned int nr); 147 #define __ioport_map ioport_map
|
| 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
|
| /linux-6.15/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);
|
| /linux-6.15/arch/sparc/include/asm/ |
| H A D | io_64.h | 451 void __iomem *ioport_map(unsigned long port, unsigned int nr); 453 #define ioport_map ioport_map macro
|
| H A D | io_32.h | 132 void __iomem *ioport_map(unsigned long port, unsigned int nr);
|
| /linux-6.15/include/asm-generic/ |
| H A D | pci_iomap.h | 31 #define __pci_ioport_map(dev, port, nr) ioport_map((port), (nr))
|
| H A D | iomap.h | 72 extern void __iomem *ioport_map(unsigned long port, unsigned int nr);
|
| H A D | io.h | 1170 #ifndef ioport_map 1171 #define ioport_map ioport_map macro 1172 static inline void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function 1187 extern void __iomem *ioport_map(unsigned long port, unsigned int nr);
|
| /linux-6.15/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
|
| /linux-6.15/lib/ |
| H A D | iomap.c | 406 void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function 417 EXPORT_SYMBOL(ioport_map);
|
| /linux-6.15/drivers/char/hw_random/ |
| H A D | amd-rng.c | 170 priv->iobase = ioport_map(pmbase + PMBASE_OFFSET, PMBASE_SIZE); in amd_rng_mod_init()
|
| /linux-6.15/drivers/vfio/pci/ |
| H A D | vfio_pci_rdwr.c | 324 iomem = ioport_map(0x3b0, 0x3bb - 0x3b0 + 1); in vfio_pci_vga_rw() 331 iomem = ioport_map(0x3c0, 0x3df - 0x3c0 + 1); in vfio_pci_vga_rw()
|
| /linux-6.15/drivers/scsi/ |
| H A D | sim710.c | 108 hostdata->base = ioport_map(base_addr, 64); in sim710_probe_common()
|
| /linux-6.15/arch/parisc/lib/ |
| H A D | iomap.c | 504 void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function 550 EXPORT_SYMBOL(ioport_map);
|
| /linux-6.15/scripts/coccinelle/free/ |
| H A D | devm_free.cocci | 86 x = ioport_map(...)
|
| /linux-6.15/drivers/i2c/busses/ |
| H A D | i2c-elektor.c | 141 base_iomem = ioport_map(base, 2); in pcf_isa_init()
|