Searched defs:iowrite8_rep (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/sh/kernel/ |
| H A D | iomap.c | 146 void iowrite8_rep(void __iomem *addr, const void *src, unsigned long count) in iowrite8_rep() function
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | iomap.c | 158 void iowrite8_rep(void __iomem *addr, const void *src, unsigned long count) in iowrite8_rep() function
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-ixp4xx/include/mach/ |
| H A D | io.h | 461 #define iowrite8_rep(p, v, c) iowrite8_rep(p, v, c) macro 462 static inline void iowrite8_rep(void __iomem *addr, const void *vaddr, in iowrite8_rep() function
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | iomap.c | 344 void iowrite8_rep(void __iomem *addr, const void *src, unsigned long count) in iowrite8_rep() function
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | io.c | 375 void iowrite8_rep(void __iomem *port, const void *xsrc, unsigned long count) in iowrite8_rep() function
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | io.h | 867 #define iowrite8_rep iowrite8_rep macro 868 static inline void iowrite8_rep(volatile void __iomem *addr, in iowrite8_rep() function
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | io_64.h | 278 #define iowrite8_rep(p,d,l) writesb(p,d,l) macro
|
| /OK3568_Linux_fs/kernel/arch/parisc/lib/ |
| H A D | iomap.c | 482 void iowrite8_rep(void __iomem *addr, const void *src, unsigned long count) in iowrite8_rep() function
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | nand_base.c | 246 static void iowrite8_rep(void *addr, const uint8_t *buf, int len) in iowrite8_rep() function
|