/Linux-v5.4/arch/sh/kernel/ |
D | iomap.c | 134 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) in ioread16_rep() function 138 EXPORT_SYMBOL(ioread16_rep);
|
/Linux-v5.4/arch/powerpc/kernel/ |
D | iomap.c | 146 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) in ioread16_rep() function 155 EXPORT_SYMBOL(ioread16_rep);
|
/Linux-v5.4/arch/alpha/kernel/ |
D | io.c | 257 void ioread16_rep(void __iomem *port, void *dst, unsigned long count) in ioread16_rep() function 284 ioread16_rep(ioport_map(port, 2), dst, count); in insw() 287 EXPORT_SYMBOL(ioread16_rep);
|
/Linux-v5.4/include/asm-generic/ |
D | io.h | 813 #ifndef ioread16_rep 814 #define ioread16_rep ioread16_rep macro 815 static inline void ioread16_rep(const volatile void __iomem *addr, in ioread16_rep() function
|
D | iomap.h | 83 extern void ioread16_rep(void __iomem *port, void *buf, unsigned long count);
|
/Linux-v5.4/drivers/net/ethernet/intel/e1000/ |
D | e1000_osdep.h | 26 (ioread16_rep(base + (offset << 1), data, count))
|
/Linux-v5.4/arch/arm/mach-ixp4xx/include/mach/ |
D | io.h | 402 #define ioread16_rep(p, v, c) ioread16_rep(p, v, c) macro 403 static inline void ioread16_rep(const void __iomem *addr, void *vaddr, in ioread16_rep() function
|
/Linux-v5.4/lib/ |
D | iomap.c | 332 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) in ioread16_rep() function 341 EXPORT_SYMBOL(ioread16_rep);
|
/Linux-v5.4/arch/parisc/lib/ |
D | iomap.c | 426 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) in ioread16_rep() function 522 EXPORT_SYMBOL(ioread16_rep);
|
/Linux-v5.4/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-v5.4/drivers/mmc/host/ |
D | tmio_mmc.h | 240 ioread16_rep(host->ctl + (addr << host->bus_shift), buf, count); in sd_ctrl_read16_rep()
|
/Linux-v5.4/drivers/usb/host/ |
D | r8a66597.h | 183 ioread16_rep(fifoaddr, buf, len); in r8a66597_read_fifo()
|
/Linux-v5.4/drivers/bcma/ |
D | host_pci.c | 94 ioread16_rep(addr, buffer, count >> 1); in bcma_host_pci_block_read()
|
/Linux-v5.4/arch/sparc/include/asm/ |
D | io_64.h | 276 #define ioread16_rep(p,d,l) readsw(p,d,l) macro
|
/Linux-v5.4/drivers/net/wireless/intersil/orinoco/ |
D | hermes.h | 472 ioread16_rep(hw->iobase + off, buf, count); in hermes_read_words()
|
/Linux-v5.4/drivers/mtd/nand/raw/ |
D | nand_legacy.c | 163 ioread16_rep(chip->legacy.IO_ADDR_R, p, len >> 1); in nand_read_buf16()
|
D | davinci_nand.c | 430 ioread16_rep(chip->legacy.IO_ADDR_R, buf, len >> 1); in nand_davinci_read_buf()
|
/Linux-v5.4/drivers/net/ethernet/8390/ |
D | ax88796.c | 203 ioread16_rep(nic_base + NE_DATAPORT, hdr, in ax_get_8390_hdr() 249 ioread16_rep(nic_base + NE_DATAPORT, buf, count >> 1); in ax_block_input()
|
/Linux-v5.4/drivers/net/ethernet/smsc/ |
D | smc911x.h | 155 ioread16_rep(ioaddr, addr, count * 2); in SMC_insl() 187 #define SMC_insl(lp, r, p, l) ioread16_rep((short*)((lp)->base + (r)), p, l*2)
|
D | smc91x.h | 215 #define SMC_insw(a, r, p, l) ioread16_rep((a) + (r), p, l)
|
/Linux-v5.4/drivers/ata/ |
D | pata_it821x.c | 683 ioread16_rep(ap->ioaddr.data_addr, buf, len/2); in it821x_firmware_command()
|
D | libata-sff.c | 551 ioread16_rep(data_addr, buf, words); in ata_sff_data_xfer() 567 ioread16_rep(data_addr, pad, 1); in ata_sff_data_xfer() 628 ioread16_rep(data_addr, pad, 1); in ata_sff_data_xfer32()
|
/Linux-v5.4/drivers/net/wireless/marvell/libertas/ |
D | if_cs.c | 119 ioread16_rep(card->iobase + reg, buf, count); in if_cs_read16_rep()
|
/Linux-v5.4/drivers/spi/ |
D | spi-synquacer.c | 161 ioread16_rep(sspi->regs + SYNQUACER_HSSPI_REG_RX_FIFO, in read_fifo()
|