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