| /linux/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/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/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/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/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/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/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/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
|
| /linux/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);
|
| /linux/arch/sparc/include/asm/ |
| H A D | io_32.h | 132 void __iomem *ioport_map(unsigned long port, unsigned int nr);
|
| /linux/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);
|
| H A D | devres.c | 290 addr = ioport_map(port, nr); in devm_ioport_map()
|
| /linux/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/drivers/scsi/ |
| H A D | sim710.c | 108 hostdata->base = ioport_map(base_addr, 64); in sim710_probe_common()
|
| H A D | g_NCR5380.c | 306 iomem = ioport_map(base, region_size); in generic_NCR5380_init_one()
|
| /linux/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/drivers/vfio/pci/ |
| H A D | vfio_pci_rdwr.c | 335 iomem = ioport_map(0x3b0, 0x3bb - 0x3b0 + 1); in vfio_pci_vga_rw() 342 iomem = ioport_map(0x3c0, 0x3df - 0x3c0 + 1); in vfio_pci_vga_rw()
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-elektor.c | 141 base_iomem = ioport_map(base, 2); in pcf_isa_init()
|
| /linux/scripts/coccinelle/free/ |
| H A D | devm_free.cocci | 86 x = ioport_map(...)
|
| /linux/drivers/char/tpm/ |
| H A D | tpm_atmel.c | 76 return ioport_map(*base, *region_size); in atmel_get_base_addr()
|
| /linux/drivers/gpio/ |
| H A D | gpio-amd8111.c | 215 gp.pm = ioport_map(gp.pmbase + PMBASE_OFFSET, PMBASE_SIZE); in amd_gpio_init()
|
| /linux/drivers/platform/x86/ |
| H A D | ibm_rtl.c | 79 return ioport_map(addr, len); in rtl_port_map()
|
| /linux/drivers/firmware/ |
| H A D | qemu_fw_cfg.c | 264 fw_cfg_dev_base = ioport_map(fw_cfg_p_base, fw_cfg_p_size); in fw_cfg_do_platform_probe()
|