/Linux-v4.19/arch/alpha/kernel/ |
D | io.c | 65 return ioread8(ioport_map(port, 1)); in inb() 70 return ioread16(ioport_map(port, 2)); in inw() 75 return ioread32(ioport_map(port, 4)); in inl() 80 iowrite8(b, ioport_map(port, 1)); in outb() 85 iowrite16(b, ioport_map(port, 2)); in outw() 90 iowrite32(b, ioport_map(port, 4)); in outl() 244 ioread8_rep(ioport_map(port, 1), dst, count); in insb() 284 ioread16_rep(ioport_map(port, 2), dst, count); in insw() 316 ioread32_rep(ioport_map(port, 4), dst, count); in insl() 338 iowrite8_rep(ioport_map(port, 1), src, count); in outsb() [all …]
|
/Linux-v4.19/arch/m68k/include/asm/ |
D | kmap.h | 76 #define ioport_map ioport_map macro 77 static inline void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function
|
/Linux-v4.19/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);
|
/Linux-v4.19/arch/arm/mm/ |
D | iomap.c | 17 void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function 21 EXPORT_SYMBOL(ioport_map);
|
/Linux-v4.19/arch/sh/kernel/ |
D | ioport.c | 26 void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function 36 EXPORT_SYMBOL(ioport_map);
|
/Linux-v4.19/arch/alpha/include/asm/ |
D | io.h | 277 extern inline void __iomem *ioport_map(unsigned long port, unsigned int size) in ioport_map() function 356 return ioread8(ioport_map(port, 1)); in inb() 361 return ioread16(ioport_map(port, 2)); in inw() 366 iowrite8(b, ioport_map(port, 1)); in outb() 371 iowrite16(b, ioport_map(port, 2)); in outw() 391 return ioread32(ioport_map(port, 4)); in inl() 396 iowrite32(b, ioport_map(port, 4)); in outl()
|
/Linux-v4.19/arch/mips/lib/ |
D | iomap.c | 212 void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function 220 EXPORT_SYMBOL(ioport_map);
|
/Linux-v4.19/arch/arm/include/asm/ |
D | io.h | 435 #ifndef ioport_map 436 #define ioport_map ioport_map macro 437 extern void __iomem *ioport_map(unsigned long port, unsigned int nr);
|
/Linux-v4.19/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
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | iomap.c | 174 void __iomem *ioport_map(unsigned long port, unsigned int len) in ioport_map() function 183 EXPORT_SYMBOL(ioport_map);
|
/Linux-v4.19/include/asm-generic/ |
D | io.h | 1025 #ifndef ioport_map 1026 #define ioport_map ioport_map macro 1027 static inline void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function 1041 extern void __iomem *ioport_map(unsigned long port, unsigned int nr);
|
D | pci_iomap.h | 28 #define __pci_ioport_map(dev, port, nr) ioport_map((port), (nr))
|
D | iomap.h | 70 extern void __iomem *ioport_map(unsigned long port, unsigned int nr);
|
/Linux-v4.19/arch/s390/include/asm/ |
D | io.h | 42 static inline void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function
|
/Linux-v4.19/lib/ |
D | iomap.c | 230 void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function 241 EXPORT_SYMBOL(ioport_map);
|
/Linux-v4.19/sound/isa/galaxy/ |
D | galaxy.c | 527 galaxy->port = ioport_map(port[n], 16); in snd_galaxy_probe() 545 galaxy->config_port = ioport_map(port[n] + GALAXY_PORT_CONFIG, 16); in snd_galaxy_probe() 556 galaxy->wss_port = ioport_map(wss_port[n], 4); in snd_galaxy_probe()
|
/Linux-v4.19/drivers/char/tpm/ |
D | tpm_atmel.h | 143 return ioport_map(*base, *region_size); in atmel_get_base_addr()
|
/Linux-v4.19/drivers/vfio/pci/ |
D | vfio_pci_rdwr.c | 243 iomem = ioport_map(0x3b0, 0x3bb - 0x3b0 + 1); in vfio_pci_vga_rw() 250 iomem = ioport_map(0x3c0, 0x3df - 0x3c0 + 1); in vfio_pci_vga_rw()
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | io_32.h | 132 void __iomem *ioport_map(unsigned long port, unsigned int nr);
|
/Linux-v4.19/arch/arm/mach-ixp4xx/include/mach/ |
D | io.h | 537 #define ioport_map(port, nr) ioport_map(port, nr) macro 538 static inline void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function
|
/Linux-v4.19/arch/parisc/lib/ |
D | iomap.c | 428 void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function 463 EXPORT_SYMBOL(ioport_map);
|
/Linux-v4.19/drivers/char/hw_random/ |
D | amd-rng.c | 163 priv->iobase = ioport_map(pmbase + PMBASE_OFFSET, PMBASE_SIZE); in mod_init()
|
/Linux-v4.19/arch/arc/include/asm/ |
D | io.h | 28 static inline void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function
|
/Linux-v4.19/drivers/scsi/ |
D | sim710.c | 121 hostdata->base = ioport_map(base_addr, 64); in sim710_probe_common()
|