Searched refs:insl_p (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | io.h | 672 #ifndef insl_p 673 #define insl_p insl_p macro 674 static inline void insl_p(unsigned long addr, void *buffer, unsigned int count) in insl_p() function
|
| /OK3568_Linux_fs/u-boot/arch/sh/include/asm/ |
| H A D | io.h | 112 #define insl_p(port, to, len) insl(port, to, len) macro
|
| /OK3568_Linux_fs/u-boot/arch/nds32/include/asm/ |
| H A D | io.h | 344 #define insl_p(port, to, len) insl(port, to, len) macro
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/ |
| H A D | io.h | 256 #define insl_p(port,to,len) insl(port,to,len) macro
|