Searched refs:io_outsw (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/microblaze/include/asm/ |
| H A D | io.h | 101 io_outsw (unsigned long port, const void *src, unsigned long count) in io_outsw() function 116 #define outsw(a,b,l) io_outsw(a,b,l)
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | ide.h | 61 #define __ide_mm_outsw(port, addr, n) io_outsw((unsigned int)port, addr, n)
|