Symbol: ioport_map
arch/alpha/include/asm/io.h
302
#define ioport_map ioport_map
arch/alpha/include/asm/io.h
366
return ioread8(ioport_map(port, 1));
arch/alpha/include/asm/io.h
371
return ioread16(ioport_map(port, 2));
arch/alpha/include/asm/io.h
376
iowrite8(b, ioport_map(port, 1));
arch/alpha/include/asm/io.h
381
iowrite16(b, ioport_map(port, 2));
arch/alpha/include/asm/io.h
423
return ioread32(ioport_map(port, 4));
arch/alpha/include/asm/io.h
428
iowrite32(b, ioport_map(port, 4));
arch/alpha/kernel/io.c
103
iowrite8(b, ioport_map(port, 1));
arch/alpha/kernel/io.c
108
iowrite16(b, ioport_map(port, 2));
arch/alpha/kernel/io.c
113
iowrite32(b, ioport_map(port, 4));
arch/alpha/kernel/io.c
307
ioread8_rep(ioport_map(port, 1), dst, count);
arch/alpha/kernel/io.c
347
ioread16_rep(ioport_map(port, 2), dst, count);
arch/alpha/kernel/io.c
379
ioread32_rep(ioport_map(port, 4), dst, count);
arch/alpha/kernel/io.c
401
iowrite8_rep(ioport_map(port, 1), src, count);
arch/alpha/kernel/io.c
441
iowrite16_rep(ioport_map(port, 2), src, count);
arch/alpha/kernel/io.c
473
iowrite32_rep(ioport_map(port, 4), src, count);
arch/alpha/kernel/io.c
712
EXPORT_SYMBOL(ioport_map);
arch/alpha/kernel/io.c
88
return ioread8(ioport_map(port, 1));
arch/alpha/kernel/io.c
93
return ioread16(ioport_map(port, 2));
arch/alpha/kernel/io.c
98
return ioread32(ioport_map(port, 4));
arch/arm/include/asm/io.h
396
#ifndef ioport_map
arch/arm/include/asm/io.h
397
#define ioport_map ioport_map
arch/arm/include/asm/io.h
398
extern void __iomem *ioport_map(unsigned long port, unsigned int nr);
arch/arm/mm/iomap.c
23
EXPORT_SYMBOL(ioport_map);
arch/m68k/include/asm/kmap.h
58
#define ioport_map ioport_map
arch/parisc/include/asm/io.h
238
extern void __iomem *ioport_map(unsigned long port, unsigned int nr);
arch/parisc/include/asm/io.h
240
#define ioport_map ioport_map
arch/parisc/lib/iomap.c
550
EXPORT_SYMBOL(ioport_map);
arch/powerpc/include/asm/io.h
750
void __iomem *ioport_map(unsigned long port, unsigned int len);
arch/powerpc/include/asm/io.h
751
#define ioport_map ioport_map
arch/powerpc/kernel/iomap.c
18
EXPORT_SYMBOL(ioport_map);
arch/sh/include/asm/io.h
121
#define ioport_map ioport_map
arch/sh/include/asm/io.h
126
extern void __iomem *ioport_map(unsigned long port, unsigned int nr);
arch/sh/include/asm/io.h
147
#define __ioport_map ioport_map
arch/sh/include/asm/io_generic.h
15
void __iomem *IO_CONCAT(__IO_PREFIX,ioport_map)(unsigned long addr, unsigned int size);
arch/sh/kernel/ioport.c
25
EXPORT_SYMBOL(ioport_map);
arch/sparc/include/asm/io_32.h
132
void __iomem *ioport_map(unsigned long port, unsigned int nr);
arch/sparc/include/asm/io_64.h
451
void __iomem *ioport_map(unsigned long port, unsigned int nr);
arch/sparc/include/asm/io_64.h
453
#define ioport_map ioport_map
arch/sparc/lib/iomap.c
19
EXPORT_SYMBOL(ioport_map);
drivers/char/hw_random/amd-rng.c
170
priv->iobase = ioport_map(pmbase + PMBASE_OFFSET, PMBASE_SIZE);
drivers/char/tpm/tpm_atmel.c
76
return ioport_map(*base, *region_size);
drivers/firmware/qemu_fw_cfg.c
264
fw_cfg_dev_base = ioport_map(fw_cfg_p_base, fw_cfg_p_size);
drivers/gpib/tnt4882/tnt4882_gpib.c
1070
nec_priv->mmiobase = ioport_map(iobase, atgpib_iosize);
drivers/gpib/tnt4882/tnt4882_gpib.c
1744
nec_priv->mmiobase = ioport_map(curr_dev->resource[0]->start,
drivers/gpio/gpio-amd8111.c
215
gp.pm = ioport_map(gp.pmbase + PMBASE_OFFSET, PMBASE_SIZE);
drivers/i2c/busses/i2c-elektor.c
141
base_iomem = ioport_map(base, 2);
drivers/net/can/sja1000/peak_pcmcia.c
663
card->ioport_addr = ioport_map(pdev->resource[0]->start,
drivers/net/ethernet/3com/3c59x.c
3334
ioaddr = ioport_map(compaq_net_device->base_addr,
drivers/net/ethernet/3com/3c59x.c
913
ioaddr = ioport_map(edev->base_addr, VORTEX_TOTAL_SIZE);
drivers/net/ethernet/3com/3c59x.c
987
vortex_probe1(NULL, ioport_map(compaq_ioaddr, VORTEX_TOTAL_SIZE),
drivers/net/ethernet/cirrus/cs89x0.c
1606
io_mem = ioport_map(ioport & ~3, NETCARD_IO_EXTENT);
drivers/net/fddi/skfp/skfddi.c
241
mem = ioport_map(pci_resource_start(pdev, 1), FP_IO_LEN);
drivers/platform/x86/ibm_rtl.c
79
return ioport_map(addr, len);
drivers/scsi/g_NCR5380.c
306
iomem = ioport_map(base, region_size);
drivers/scsi/sim710.c
108
hostdata->base = ioport_map(base_addr, 64);
drivers/vfio/pci/vfio_pci_rdwr.c
335
iomem = ioport_map(0x3b0, 0x3bb - 0x3b0 + 1);
drivers/vfio/pci/vfio_pci_rdwr.c
342
iomem = ioport_map(0x3c0, 0x3df - 0x3c0 + 1);
include/asm-generic/io.h
1204
#ifndef ioport_map
include/asm-generic/io.h
1205
#define ioport_map ioport_map
include/asm-generic/io.h
1221
extern void __iomem *ioport_map(unsigned long port, unsigned int nr);
include/asm-generic/iomap.h
72
extern void __iomem *ioport_map(unsigned long port, unsigned int nr);
include/asm-generic/pci_iomap.h
31
#define __pci_ioport_map(dev, port, nr) ioport_map((port), (nr))
lib/devres.c
290
addr = ioport_map(port, nr);
lib/iomap.c
417
EXPORT_SYMBOL(ioport_map);