/linux-4.4.14/arch/alpha/kernel/ |
D | io.c | 64 return ioread8(ioport_map(port, 1)); in inb() 69 return ioread16(ioport_map(port, 2)); in inw() 74 return ioread32(ioport_map(port, 4)); in inl() 79 iowrite8(b, ioport_map(port, 1)); in outb() 84 iowrite16(b, ioport_map(port, 2)); in outw() 89 iowrite32(b, ioport_map(port, 4)); in outl() 243 ioread8_rep(ioport_map(port, 1), dst, count); in insb() 283 ioread16_rep(ioport_map(port, 2), dst, count); in insw() 315 ioread32_rep(ioport_map(port, 4), dst, count); in insl() 337 iowrite8_rep(ioport_map(port, 1), src, count); in outsb() [all …]
|
/linux-4.4.14/arch/sparc/lib/ |
D | iomap.c | 9 void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function 18 EXPORT_SYMBOL(ioport_map);
|
/linux-4.4.14/arch/arm/mm/ |
D | iomap.c | 16 void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function 20 EXPORT_SYMBOL(ioport_map);
|
/linux-4.4.14/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-4.4.14/arch/alpha/include/asm/ |
D | io.h | 276 extern inline void __iomem *ioport_map(unsigned long port, unsigned int size) in ioport_map() function 354 return ioread8(ioport_map(port, 1)); in inb() 359 return ioread16(ioport_map(port, 2)); in inw() 364 iowrite8(b, ioport_map(port, 1)); in outb() 369 iowrite16(b, ioport_map(port, 2)); in outw() 389 return ioread32(ioport_map(port, 4)); in inl() 394 iowrite32(b, ioport_map(port, 4)); in outl()
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | iomap.c | 108 void __iomem *ioport_map(unsigned long port, unsigned int len) in ioport_map() function 117 EXPORT_SYMBOL(ioport_map);
|
/linux-4.4.14/arch/mips/lib/ |
D | iomap.c | 211 void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function 219 EXPORT_SYMBOL(ioport_map);
|
/linux-4.4.14/arch/sh/include/asm/ |
D | io_generic.h | 14 void __iomem *IO_CONCAT(__IO_PREFIX,ioport_map)(unsigned long addr, unsigned int size);
|
D | io_noioport.h | 37 static inline void __iomem *ioport_map(unsigned long port, unsigned int size) in ioport_map() function
|
D | io.h | 146 #define __ioport_map ioport_map
|
/linux-4.4.14/arch/arm/include/asm/ |
D | io.h | 414 #ifndef ioport_map 415 #define ioport_map ioport_map macro 416 extern void __iomem *ioport_map(unsigned long port, unsigned int nr);
|
/linux-4.4.14/include/asm-generic/ |
D | io.h | 835 #ifndef ioport_map 836 #define ioport_map ioport_map macro 837 static inline void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function 850 extern void __iomem *ioport_map(unsigned long port, unsigned int nr);
|
D | pci_iomap.h | 32 #define __pci_ioport_map(dev, port, nr) ioport_map((port), (nr))
|
D | iomap.h | 61 extern void __iomem *ioport_map(unsigned long port, unsigned int nr);
|
/linux-4.4.14/drivers/vfio/pci/ |
D | vfio_pci_rdwr.c | 203 iomem = ioport_map(0x3b0, 0x3bb - 0x3b0 + 1); in vfio_pci_vga_rw() 210 iomem = ioport_map(0x3c0, 0x3df - 0x3c0 + 1); in vfio_pci_vga_rw()
|
/linux-4.4.14/arch/s390/include/asm/ |
D | io.h | 43 static inline void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function
|
/linux-4.4.14/lib/ |
D | iomap.c | 229 void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function 240 EXPORT_SYMBOL(ioport_map);
|
D | devres.c | 199 addr = ioport_map(port, nr); in devm_ioport_map()
|
/linux-4.4.14/drivers/char/tpm/ |
D | tpm_atmel.h | 129 return ioport_map(*base, *region_size); in atmel_get_base_addr()
|
/linux-4.4.14/sound/isa/galaxy/ |
D | galaxy.c | 524 galaxy->port = ioport_map(port[n], 16); in snd_galaxy_probe() 542 galaxy->config_port = ioport_map(port[n] + GALAXY_PORT_CONFIG, 16); in snd_galaxy_probe() 553 galaxy->wss_port = ioport_map(wss_port[n], 4); in snd_galaxy_probe()
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | io_32.h | 136 void __iomem *ioport_map(unsigned long port, unsigned int nr);
|
D | io_64.h | 423 void __iomem *ioport_map(unsigned long port, unsigned int nr);
|
/linux-4.4.14/arch/tile/include/asm/ |
D | io.h | 385 extern void __iomem *ioport_map(unsigned long port, unsigned int len); 407 static inline void __iomem *ioport_map(unsigned long port, unsigned int len) in ioport_map() function
|
/linux-4.4.14/arch/parisc/lib/ |
D | iomap.c | 427 void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function 462 EXPORT_SYMBOL(ioport_map);
|
/linux-4.4.14/drivers/scsi/ |
D | sim710.c | 121 hostdata->base = ioport_map(base_addr, 64); in sim710_probe_common()
|
D | NCR_D700.c | 199 hostdata->base = ioport_map(region, 64); in NCR_D700_probe_one()
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-elektor.c | 149 base_iomem = ioport_map(base, 2); in pcf_isa_init()
|
/linux-4.4.14/drivers/net/wireless/orinoco/ |
D | spectrum_cs.c | 216 mem = ioport_map(link->resource[0]->start, in spectrum_cs_config()
|
D | orinoco_cs.c | 154 mem = ioport_map(link->resource[0]->start, in orinoco_cs_config()
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | io_no.h | 180 static inline void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function
|
D | io_mm.h | 517 static inline void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function
|
/linux-4.4.14/drivers/platform/x86/ |
D | ibm_rtl.c | 92 return ioport_map(addr, len); in rtl_port_map()
|
/linux-4.4.14/drivers/gpio/ |
D | gpio-amd8111.c | 215 gp.pm = ioport_map(gp.pmbase + PMBASE_OFFSET, PMBASE_SIZE); in amd_gpio_init()
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | io.h | 292 static inline void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | io.h | 315 #define ioport_map(port, nr) ioremap(port, nr) macro
|
/linux-4.4.14/arch/frv/include/asm/ |
D | io.h | 285 static inline void __iomem *ioport_map(unsigned long port, unsigned int nr) in ioport_map() function
|
/linux-4.4.14/arch/tile/kernel/ |
D | pci_gx.c | 1131 void __iomem *ioport_map(unsigned long port, unsigned int size) in ioport_map() function 1179 EXPORT_SYMBOL(ioport_map);
|
/linux-4.4.14/arch/arm/mach-ixp4xx/include/mach/ |
D | io.h | 526 #define ioport_map(port, nr) ((void __iomem*)(port + PIO_OFFSET)) macro
|
/linux-4.4.14/drivers/net/can/sja1000/ |
D | peak_pcmcia.c | 672 card->ioport_addr = ioport_map(pdev->resource[0]->start, in pcan_probe()
|
/linux-4.4.14/drivers/net/wireless/libertas/ |
D | if_cs.c | 878 card->iobase = ioport_map(p_dev->resource[0]->start, in if_cs_probe()
|
/linux-4.4.14/Documentation/sh/ |
D | new-machine.txt | 155 - I/O mapping functions (ioport_map, ioport_unmap, etc).
|
/linux-4.4.14/drivers/net/ethernet/3com/ |
D | 3c59x.c | 920 ioaddr = ioport_map(edev->base_addr, VORTEX_TOTAL_SIZE); in vortex_eisa_probe() 994 vortex_probe1(NULL, ioport_map(compaq_ioaddr, VORTEX_TOTAL_SIZE), in vortex_eisa_init() 3356 ioaddr = ioport_map(compaq_net_device->base_addr, in vortex_eisa_cleanup()
|
/linux-4.4.14/sound/pci/lx6464es/ |
D | lx6464es.c | 1014 chip->port_plx_remapped = ioport_map(chip->port_plx, in snd_lx6464es_create()
|
/linux-4.4.14/drivers/net/ethernet/cirrus/ |
D | cs89x0.c | 1602 io_mem = ioport_map(ioport & ~3, NETCARD_IO_EXTENT); in cs89x0_ioport_probe()
|
/linux-4.4.14/drivers/net/fddi/skfp/ |
D | skfddi.c | 242 mem = ioport_map(pci_resource_start(pdev, 1), FP_IO_LEN); in skfp_init_one()
|