/linux-3.4.99/arch/powerpc/kernel/ |
D | iomap.c | 81 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) in ioread16_rep() function 90 EXPORT_SYMBOL(ioread16_rep);
|
/linux-3.4.99/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-3.4.99/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-3.4.99/include/asm-generic/ |
D | iomap.h | 52 extern void ioread16_rep(void __iomem *port, void *buf, unsigned long count);
|
D | io.h | 265 #define ioread16_rep(p, dst, count) \ macro
|
/linux-3.4.99/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-3.4.99/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-3.4.99/arch/arm/mach-ixp4xx/include/mach/ |
D | io.h | 366 #define ioread16_rep(p, v, c) ioread16_rep(p, v, c) macro 367 static inline void ioread16_rep(const void __iomem *addr, void *vaddr, in ioread16_rep() function
|
/linux-3.4.99/drivers/net/ethernet/intel/e1000/ |
D | e1000_osdep.h | 52 (ioread16_rep(base + (offset << 1), data, count))
|
/linux-3.4.99/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-3.4.99/drivers/usb/gadget/ |
D | r8a66597-udc.h | 165 ioread16_rep(fifoaddr, buf, len / 2); in r8a66597_read_fifo()
|
D | m66592-udc.h | 544 ioread16_rep(fifoaddr, buf, len); in m66592_read_fifo()
|
/linux-3.4.99/arch/mn10300/include/asm/ |
D | io.h | 197 #define ioread16_rep(p, dst, count) \ macro
|
/linux-3.4.99/arch/tile/include/asm/ |
D | io.h | 290 #define ioread16_rep(p, dst, count) \ macro
|
/linux-3.4.99/drivers/bcma/ |
D | host_pci.c | 92 ioread16_rep(addr, buffer, count >> 1); in bcma_host_pci_block_read()
|
/linux-3.4.99/drivers/usb/host/ |
D | r8a66597.h | 194 ioread16_rep(fifoaddr, buf, len); in r8a66597_read_fifo()
|
/linux-3.4.99/arch/avr32/include/asm/ |
D | io.h | 240 #define ioread16_rep(p,d,c) readsw(p,d,c) macro
|
/linux-3.4.99/arch/sparc/include/asm/ |
D | io_32.h | 296 static inline void ioread16_rep(void __iomem *port, void *buf, unsigned long count) in ioread16_rep() function
|
D | io_64.h | 105 static inline void ioread16_rep(void __iomem *port, void *buf, unsigned long count) in ioread16_rep() function
|
/linux-3.4.99/arch/frv/include/asm/ |
D | io.h | 347 static inline void ioread16_rep(void __iomem *p, void *dst, unsigned long count) in ioread16_rep() function
|
/linux-3.4.99/drivers/net/wireless/orinoco/ |
D | hermes.h | 473 ioread16_rep(hw->iobase + off, buf, count); in hermes_read_words()
|
/linux-3.4.99/arch/arm/include/asm/ |
D | io.h | 292 #define ioread16_rep(p,d,c) __raw_readsw(p,d,c) macro
|
/linux-3.4.99/drivers/ata/ |
D | pata_it821x.c | 684 ioread16_rep(ap->ioaddr.data_addr, buf, len/2); in it821x_firmware_command()
|
/linux-3.4.99/drivers/mtd/nand/ |
D | davinci_nand.c | 453 ioread16_rep(chip->IO_ADDR_R, buf, len >> 1); in nand_davinci_read_buf()
|
/linux-3.4.99/drivers/net/wireless/libertas/ |
D | if_cs.c | 132 ioread16_rep(card->iobase + reg, buf, count); in if_cs_read16_rep()
|