/linux-6.6.21/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.6.21/arch/parisc/include/asm/ |
D | io.h | 264 #define ioread16_rep ioread16_rep macro
|
/linux-6.6.21/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.6.21/include/asm-generic/ |
D | iomap.h | 83 extern void ioread16_rep(const void __iomem *port, void *buf, unsigned long count);
|
D | io.h | 920 #ifndef ioread16_rep 921 #define ioread16_rep ioread16_rep macro 922 static inline void ioread16_rep(const volatile void __iomem *addr, in ioread16_rep() function
|
/linux-6.6.21/drivers/net/ethernet/intel/e1000/ |
D | e1000_osdep.h | 26 (ioread16_rep(base + (offset << 1), data, count))
|
/linux-6.6.21/arch/sh/include/asm/ |
D | io.h | 139 #define ioread16_rep ioread16_rep macro
|
/linux-6.6.21/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.6.21/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.6.21/arch/alpha/include/asm/ |
D | io.h | 669 #define ioread16_rep ioread16_rep macro
|
/linux-6.6.21/drivers/mmc/host/ |
D | tmio_mmc.h | 221 ioread16_rep(host->ctl + (addr << host->bus_shift), buf, count); in sd_ctrl_read16_rep()
|
/linux-6.6.21/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.6.21/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.6.21/drivers/usb/host/ |
D | r8a66597.h | 183 ioread16_rep(fifoaddr, buf, len); in r8a66597_read_fifo()
|
/linux-6.6.21/drivers/bcma/ |
D | host_pci.c | 94 ioread16_rep(addr, buffer, count >> 1); in bcma_host_pci_block_read()
|
/linux-6.6.21/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()
|
/linux-6.6.21/arch/sparc/include/asm/ |
D | io_64.h | 290 #define ioread16_rep(p,d,l) readsw(p,d,l) macro
|
/linux-6.6.21/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.6.21/drivers/net/wireless/intersil/orinoco/ |
D | hermes.h | 474 ioread16_rep(hw->iobase + off, buf, count); in hermes_read_words()
|
/linux-6.6.21/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.6.21/drivers/ata/ |
D | pata_it821x.c | 686 ioread16_rep(ap->ioaddr.data_addr, buf, len/2); in it821x_firmware_command()
|
D | libata-sff.c | 485 ioread16_rep(data_addr, buf, words); in ata_sff_data_xfer() 501 ioread16_rep(data_addr, pad, 1); in ata_sff_data_xfer() 562 ioread16_rep(data_addr, pad, 1); in ata_sff_data_xfer32()
|
/linux-6.6.21/drivers/net/wireless/marvell/libertas/ |
D | if_cs.c | 119 ioread16_rep(card->iobase + reg, buf, count); in if_cs_read16_rep()
|