/linux-4.4.14/arch/powerpc/kernel/ |
D | iomap.c | 80 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) in ioread16_rep() function 89 EXPORT_SYMBOL(ioread16_rep);
|
/linux-4.4.14/arch/sh/kernel/ |
D | iomap.c | 137 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) in ioread16_rep() function 141 EXPORT_SYMBOL(ioread16_rep);
|
/linux-4.4.14/arch/mips/lib/ |
D | iomap.c | 162 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) in ioread16_rep() function 167 EXPORT_SYMBOL(ioread16_rep);
|
/linux-4.4.14/include/asm-generic/ |
D | iomap.h | 52 extern void ioread16_rep(void __iomem *port, void *buf, unsigned long count);
|
D | io.h | 653 #ifndef ioread16_rep 654 #define ioread16_rep ioread16_rep macro 655 static inline void ioread16_rep(const volatile void __iomem *addr, in ioread16_rep() function
|
/linux-4.4.14/lib/ |
D | iomap.c | 199 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) in ioread16_rep() function 208 EXPORT_SYMBOL(ioread16_rep);
|
/linux-4.4.14/arch/alpha/kernel/ |
D | io.c | 256 void ioread16_rep(void __iomem *port, void *dst, unsigned long count) in ioread16_rep() function 283 ioread16_rep(ioport_map(port, 2), dst, count); in insw() 286 EXPORT_SYMBOL(ioread16_rep);
|
/linux-4.4.14/arch/arm/mach-ixp4xx/include/mach/ |
D | io.h | 394 #define ioread16_rep(p, v, c) ioread16_rep(p, v, c) macro 395 static inline void ioread16_rep(const void __iomem *addr, void *vaddr, in ioread16_rep() function
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000/ |
D | e1000_osdep.h | 52 (ioread16_rep(base + (offset << 1), data, count))
|
/linux-4.4.14/arch/parisc/lib/ |
D | iomap.c | 365 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) in ioread16_rep() function 457 EXPORT_SYMBOL(ioread16_rep);
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | io.h | 179 #define ioread16_rep(p, dst, count) insw((unsigned long)(p), (dst), (count)) macro
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | r8a66597-udc.h | 161 ioread16_rep(fifoaddr, buf, len / 2); in r8a66597_read_fifo()
|
D | m66592-udc.h | 540 ioread16_rep(fifoaddr, buf, len); in m66592_read_fifo()
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | io.h | 207 #define ioread16_rep(p, dst, count) \ macro
|
/linux-4.4.14/drivers/usb/host/ |
D | r8a66597.h | 189 ioread16_rep(fifoaddr, buf, len); in r8a66597_read_fifo()
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | io.h | 244 #define ioread16_rep(p,d,c) readsw(p,d,c) macro
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | io_64.h | 249 static inline void ioread16_rep(void __iomem *port, void *buf, unsigned long count) in ioread16_rep() function
|
/linux-4.4.14/drivers/bcma/ |
D | host_pci.c | 94 ioread16_rep(addr, buffer, count >> 1); in bcma_host_pci_block_read()
|
/linux-4.4.14/arch/frv/include/asm/ |
D | io.h | 358 static inline void ioread16_rep(void __iomem *p, void *dst, unsigned long count) in ioread16_rep() function
|
/linux-4.4.14/drivers/net/wireless/orinoco/ |
D | hermes.h | 473 ioread16_rep(hw->iobase + off, buf, count); in hermes_read_words()
|
/linux-4.4.14/arch/tile/include/asm/ |
D | io.h | 494 #define ioread16_rep(p, dst, count) \ macro
|
/linux-4.4.14/drivers/net/ethernet/smsc/ |
D | smc911x.h | 166 ioread16_rep(ioaddr, addr, count * 2); in SMC_insl() 198 #define SMC_insl(lp, r, p, l) ioread16_rep((short*)((lp)->base + (r)), p, l*2)
|
D | smc91x.h | 194 #define SMC_insw(a, r, p, l) ioread16_rep((a) + (r), p, l)
|
/linux-4.4.14/drivers/net/ethernet/8390/ |
D | ax88796.c | 194 ioread16_rep(nic_base + NE_DATAPORT, hdr, in ax_get_8390_hdr() 240 ioread16_rep(nic_base + NE_DATAPORT, buf, count >> 1); in ax_block_input()
|
/linux-4.4.14/drivers/net/wireless/libertas/ |
D | if_cs.c | 132 ioread16_rep(card->iobase + reg, buf, count); in if_cs_read16_rep()
|
/linux-4.4.14/drivers/ata/ |
D | pata_it821x.c | 683 ioread16_rep(ap->ioaddr.data_addr, buf, len/2); in it821x_firmware_command()
|
D | libata-sff.c | 567 ioread16_rep(data_addr, buf, words); in ata_sff_data_xfer() 583 ioread16_rep(data_addr, pad, 1); in ata_sff_data_xfer() 643 ioread16_rep(data_addr, pad, 1); in ata_sff_data_xfer32()
|
/linux-4.4.14/drivers/mtd/nand/ |
D | davinci_nand.c | 455 ioread16_rep(chip->IO_ADDR_R, buf, len >> 1); in nand_davinci_read_buf()
|
D | omap2.c | 311 ioread16_rep(nand->IO_ADDR_R, buf, len / 2); in omap_read_buf16()
|
D | nand_base.c | 309 ioread16_rep(chip->IO_ADDR_R, p, len >> 1); in nand_read_buf16()
|
/linux-4.4.14/drivers/ssb/ |
D | pci.c | 1029 ioread16_rep(addr, buffer, count >> 1); in ssb_pci_block_read()
|
/linux-4.4.14/drivers/spi/ |
D | spi-s3c64xx.c | 559 ioread16_rep(regs + S3C64XX_SPI_RX_DATA, in wait_for_pio()
|
/linux-4.4.14/drivers/net/ethernet/davicom/ |
D | dm9000.c | 233 ioread16_rep(reg, data, (count+1) >> 1); in dm9000_inblk_16bit()
|
/linux-4.4.14/drivers/usb/musb/ |
D | musb_core.c | 364 ioread16_rep(fifo, dst, len >> 1); in musb_default_read_fifo()
|