/linux/arch/sh/kernel/ |
H A D | iomap.c | 134 void ioread16_rep(const void __iomem *addr, void *dst, unsigned long count) in ioread16_rep() function 138 EXPORT_SYMBOL(ioread16_rep);
|
/linux/arch/alpha/kernel/ |
H A D | io.c | 320 void ioread16_rep(const void __iomem *port, void *dst, unsigned long count) in ioread16_rep() function 347 ioread16_rep(ioport_map(port, 2), dst, count); in insw() 350 EXPORT_SYMBOL(ioread16_rep);
|
/linux/include/asm-generic/ |
H A D | iomap.h | 83 extern void ioread16_rep(const void __iomem *port, void *buf, unsigned long count);
|
/linux/arch/sh/include/asm/ |
H A D | io.h | 139 #define ioread16_rep ioread16_rep macro
|
/linux/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_osdep.h | 26 (ioread16_rep(base + (offset << 1), data, count))
|
/linux/lib/ |
H A D | iomap.c | 366 void ioread16_rep(const void __iomem *addr, void *dst, unsigned long count) in ioread16_rep() function 379 EXPORT_SYMBOL(ioread16_rep);
|
/linux/arch/parisc/lib/ |
H A D | iomap.c | 442 void ioread16_rep(const void __iomem *addr, void *dst, unsigned long count) in ioread16_rep() function 545 EXPORT_SYMBOL(ioread16_rep);
|
/linux/arch/alpha/include/asm/ |
H A D | io.h | 639 #define ioread16_rep ioread16_rep macro
|
/linux/drivers/usb/gadget/udc/ |
H A D | r8a66597-udc.h | 158 ioread16_rep(fifoaddr, buf, len / 2); in r8a66597_read_fifo()
|
H A D | m66592-udc.h | 537 ioread16_rep(fifoaddr, buf, len); in m66592_read_fifo()
|
/linux/drivers/mmc/host/ |
H A D | tmio_mmc.h | 219 ioread16_rep(host->ctl + (addr << host->bus_shift), buf, count); in sd_ctrl_read16_rep()
|
/linux/drivers/usb/host/ |
H A D | r8a66597.h | 183 ioread16_rep(fifoaddr, buf, len); in r8a66597_read_fifo()
|
/linux/drivers/bcma/ |
H A D | host_pci.c | 94 ioread16_rep(addr, buffer, count >> 1); in bcma_host_pci_block_read()
|
/linux/drivers/mtd/nand/raw/ |
H A D | gpio.c | 105 ioread16_rep(gpiomtd->io, instr->ctx.data.buf.in, in gpio_nand_exec_instr()
|
H A D | nand_legacy.c | 163 ioread16_rep(chip->legacy.IO_ADDR_R, p, len >> 1); in nand_read_buf16()
|
H A D | omap2.c | 2101 ioread16_rep(info->fifo, buf, len >> 1); in omap_nand_data_in()
|
/linux/arch/sparc/include/asm/ |
H A D | io_64.h | 290 #define ioread16_rep(p,d,l) readsw(p,d,l) macro
|
/linux/drivers/mtd/nand/raw/ingenic/ |
H A D | ingenic_nand_drv.c | 282 ioread16_rep(cs->base + nfc->soc_info->data_offset, in ingenic_nand_exec_instr()
|
/linux/drivers/ata/ |
H A D | pata_it821x.c | 686 ioread16_rep(ap->ioaddr.data_addr, buf, len/2); in it821x_firmware_command()
|
/linux/drivers/net/ethernet/smsc/ |
H A D | smc91x.h | 185 #define SMC_insw(a, r, p, l) ioread16_rep((a) + (r), p, l)
|
/linux/drivers/ssb/ |
H A D | pci.c | 1019 ioread16_rep(addr, buffer, count >> 1); in ssb_pci_block_read()
|
/linux/drivers/spi/ |
H A D | spi-s3c64xx.c | 677 ioread16_rep(regs + S3C64XX_SPI_RX_DATA, in s3c64xx_wait_for_pio()
|
/linux/drivers/net/ethernet/davicom/ |
H A D | dm9000.c | 223 ioread16_rep(reg, data, (count+1) >> 1); in dm9000_inblk_16bit()
|
/linux/Documentation/driver-api/ |
H A D | device-io.rst | 277 ioread64_rep, ioread32_rep, ioread16_rep, ioread8_rep
|
/linux/drivers/mtd/nand/raw/atmel/ |
H A D | nand-controller.c | 490 ioread16_rep(nand->activecs->io.virt, buf, len / 2); in atmel_nand_data_in()
|