/linux/include/asm-generic/ |
H A D | iomap.h | 63 extern void ioread16_rep(const void __iomem *port, void *buf, unsigned long count);
|
H A D | io.h | 981 #ifndef ioread16_rep 982 #define ioread16_rep ioread16_rep macro 983 static inline void ioread16_rep(const volatile void __iomem *addr, in ioread16_rep() function
|
/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/arch/alpha/include/asm/ |
H A D | io.h | 286 extern void ioread16_rep(const void __iomem *port, void *buf, unsigned long count); 642 #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/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 | 224 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 | davinci_nand.c | 726 ioread16_rep(info->current_cs, buf, len >> 1); in nand_davinci_data_in()
|
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/net/ethernet/8390/ |
H A D | ax88796.c | 210 ioread16_rep(nic_base + NE_DATAPORT, hdr, in ax_get_8390_hdr() 256 ioread16_rep(nic_base + NE_DATAPORT, buf, count >> 1); in ax_block_input()
|
/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 | libata-sff.c | 484 ioread16_rep(data_addr, buf, words); in ata_sff_data_xfer() 500 ioread16_rep(data_addr, pad, 1); in ata_sff_data_xfer() 561 ioread16_rep(data_addr, pad, 1); in ata_sff_data_xfer32()
|
/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 | 679 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
|