/linux-6.12.1/arch/sh/kernel/ |
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-6.12.1/arch/parisc/include/asm/ |
D | io.h | 262 #define ioread16_rep ioread16_rep macro
|
/linux-6.12.1/arch/alpha/kernel/ |
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-6.12.1/include/asm-generic/ |
D | iomap.h | 83 extern void ioread16_rep(const void __iomem *port, void *buf, unsigned long count);
|
D | io.h | 921 #ifndef ioread16_rep 922 #define ioread16_rep ioread16_rep macro 923 static inline void ioread16_rep(const volatile void __iomem *addr, in ioread16_rep() function
|
/linux-6.12.1/arch/sh/include/asm/ |
D | io.h | 139 #define ioread16_rep ioread16_rep macro
|
/linux-6.12.1/drivers/net/ethernet/intel/e1000/ |
D | e1000_osdep.h | 26 (ioread16_rep(base + (offset << 1), data, count))
|
/linux-6.12.1/lib/ |
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-6.12.1/arch/parisc/lib/ |
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-6.12.1/arch/alpha/include/asm/ |
D | io.h | 640 #define ioread16_rep ioread16_rep macro
|
/linux-6.12.1/drivers/net/ethernet/micrel/ |
D | ks8851_par.c | 177 ioread16_rep(ksp->hw_addr, (u16 *)buff + 1, len / 2); in ks8851_rdfifo_par()
|
/linux-6.12.1/drivers/mmc/host/ |
D | tmio_mmc.h | 219 ioread16_rep(host->ctl + (addr << host->bus_shift), buf, count); in sd_ctrl_read16_rep()
|
/linux-6.12.1/drivers/usb/gadget/udc/ |
D | r8a66597-udc.h | 158 ioread16_rep(fifoaddr, buf, len / 2); in r8a66597_read_fifo()
|
D | m66592-udc.h | 537 ioread16_rep(fifoaddr, buf, len); in m66592_read_fifo()
|
/linux-6.12.1/drivers/usb/host/ |
D | r8a66597.h | 183 ioread16_rep(fifoaddr, buf, len); in r8a66597_read_fifo()
|
/linux-6.12.1/drivers/bcma/ |
D | host_pci.c | 94 ioread16_rep(addr, buffer, count >> 1); in bcma_host_pci_block_read()
|
/linux-6.12.1/drivers/mtd/nand/raw/ |
D | gpio.c | 105 ioread16_rep(gpiomtd->io, instr->ctx.data.buf.in, in gpio_nand_exec_instr()
|
D | nand_legacy.c | 163 ioread16_rep(chip->legacy.IO_ADDR_R, p, len >> 1); in nand_read_buf16()
|
D | davinci_nand.c | 673 ioread16_rep(info->current_cs, buf, len >> 1); in nand_davinci_data_in()
|
/linux-6.12.1/drivers/net/ethernet/8390/ |
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-6.12.1/arch/sparc/include/asm/ |
D | io_64.h | 290 #define ioread16_rep(p,d,l) readsw(p,d,l) macro
|
/linux-6.12.1/drivers/mtd/nand/raw/ingenic/ |
D | ingenic_nand_drv.c | 282 ioread16_rep(cs->base + nfc->soc_info->data_offset, in ingenic_nand_exec_instr()
|
/linux-6.12.1/drivers/ata/ |
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()
|
D | pata_it821x.c | 686 ioread16_rep(ap->ioaddr.data_addr, buf, len/2); in it821x_firmware_command()
|
/linux-6.12.1/drivers/spi/ |
D | spi-synquacer.c | 161 ioread16_rep(sspi->regs + SYNQUACER_HSSPI_REG_RX_FIFO, in read_fifo()
|