ioread16_rep      284 arch/alpha/kernel/io.c 	ioread16_rep(ioport_map(port, 2), dst, count);
ioread16_rep      287 arch/alpha/kernel/io.c EXPORT_SYMBOL(ioread16_rep);
ioread16_rep      402 arch/arm/mach-ixp4xx/include/mach/io.h #define	ioread16_rep(p, v, c)		ioread16_rep(p, v, c)
ioread16_rep      522 arch/parisc/lib/iomap.c EXPORT_SYMBOL(ioread16_rep);
ioread16_rep      155 arch/powerpc/kernel/iomap.c EXPORT_SYMBOL(ioread16_rep);
ioread16_rep      138 arch/sh/kernel/iomap.c EXPORT_SYMBOL(ioread16_rep);
ioread16_rep      551 drivers/ata/libata-sff.c 		ioread16_rep(data_addr, buf, words);
ioread16_rep      567 drivers/ata/libata-sff.c 			ioread16_rep(data_addr, pad, 1);
ioread16_rep      628 drivers/ata/libata-sff.c 				ioread16_rep(data_addr, pad, 1);
ioread16_rep      683 drivers/ata/pata_it821x.c 			ioread16_rep(ap->ioaddr.data_addr, buf, len/2);
ioread16_rep       94 drivers/bcma/host_pci.c 		ioread16_rep(addr, buffer, count >> 1);
ioread16_rep      240 drivers/mmc/host/tmio_mmc.h 	ioread16_rep(host->ctl + (addr << host->bus_shift), buf, count);
ioread16_rep      453 drivers/mtd/nand/raw/atmel/nand-controller.c 		ioread16_rep(nand->activecs->io.virt, buf, len / 2);
ioread16_rep      430 drivers/mtd/nand/raw/davinci_nand.c 		ioread16_rep(chip->legacy.IO_ADDR_R, buf, len >> 1);
ioread16_rep      163 drivers/mtd/nand/raw/nand_legacy.c 	ioread16_rep(chip->legacy.IO_ADDR_R, p, len >> 1);
ioread16_rep      309 drivers/mtd/nand/raw/omap2.c 	ioread16_rep(nand->legacy.IO_ADDR_R, buf, len / 2);
ioread16_rep      203 drivers/net/ethernet/8390/ax88796.c 		ioread16_rep(nic_base + NE_DATAPORT, hdr,
ioread16_rep      249 drivers/net/ethernet/8390/ax88796.c 		ioread16_rep(nic_base + NE_DATAPORT, buf, count >> 1);
ioread16_rep      223 drivers/net/ethernet/davicom/dm9000.c 	ioread16_rep(reg, data, (count+1) >> 1);
ioread16_rep       26 drivers/net/ethernet/intel/e1000/e1000_osdep.h 	(ioread16_rep(base + (offset << 1), data, count))
ioread16_rep      155 drivers/net/ethernet/smsc/smc911x.h 		ioread16_rep(ioaddr, addr, count * 2);
ioread16_rep      187 drivers/net/ethernet/smsc/smc911x.h #define SMC_insl(lp, r, p, l)	 ioread16_rep((short*)((lp)->base + (r)), p, l*2)
ioread16_rep      215 drivers/net/ethernet/smsc/smc91x.h #define SMC_insw(a, r, p, l)	ioread16_rep((a) + (r), p, l)
ioread16_rep      472 drivers/net/wireless/intersil/orinoco/hermes.h 	ioread16_rep(hw->iobase + off, buf, count);
ioread16_rep      119 drivers/net/wireless/marvell/libertas/if_cs.c 	ioread16_rep(card->iobase + reg, buf, count);
ioread16_rep      535 drivers/spi/spi-s3c64xx.c 			ioread16_rep(regs + S3C64XX_SPI_RX_DATA,
ioread16_rep      161 drivers/spi/spi-synquacer.c 		ioread16_rep(sspi->regs + SYNQUACER_HSSPI_REG_RX_FIFO,
ioread16_rep     1020 drivers/ssb/pci.c 		ioread16_rep(addr, buffer, count >> 1);
ioread16_rep      537 drivers/usb/gadget/udc/m66592-udc.h 		ioread16_rep(fifoaddr, buf, len);
ioread16_rep      158 drivers/usb/gadget/udc/r8a66597-udc.h 			ioread16_rep(fifoaddr, buf, len / 2);
ioread16_rep      183 drivers/usb/host/r8a66597.h 		ioread16_rep(fifoaddr, buf, len);
ioread16_rep      352 drivers/usb/musb/musb_core.c 				ioread16_rep(fifo, dst, len >> 1);
ioread16_rep      813 include/asm-generic/io.h #ifndef ioread16_rep
ioread16_rep      814 include/asm-generic/io.h #define ioread16_rep ioread16_rep
ioread16_rep       83 include/asm-generic/iomap.h extern void ioread16_rep(void __iomem *port, void *buf, unsigned long count);
ioread16_rep      341 lib/iomap.c    EXPORT_SYMBOL(ioread16_rep);