Searched refs:io_insl (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/microblaze/include/asm/ |
| H A D | io.h | 86 static inline void io_insl (unsigned long port, void *dst, unsigned long count) in io_insl() function 121 #define insl(a,b,l) io_insl(a,b,l)
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | ide.h | 60 #define __ide_mm_insl(port, addr, n) io_insl((unsigned int)port, addr, n)
|