Searched refs:outsw (Results 1 - 5 of 5) sorted by relevance
/third_party/musl/arch/i386/bits/ |
H A D | io.h | 44 static __inline void outsw(unsigned short __port, const void *__buf, unsigned long __n) in outsw() function 46 __asm__ volatile ("cld; rep; outsw" in outsw()
|
/third_party/musl/arch/x86_64/bits/ |
H A D | io.h | 44 static __inline void outsw(unsigned short __port, const void *__buf, unsigned long __n) in outsw() function 46 __asm__ volatile ("cld; rep; outsw" in outsw()
|
/third_party/musl/arch/x32/bits/ |
H A D | io.h | 44 static __inline void outsw(unsigned short __port, const void *__buf, unsigned long __n) in outsw() function 46 __asm__ volatile ("cld; rep; outsw" in outsw()
|
/third_party/backends/sanei/ |
H A D | sanei_directio.c | 183 /* oddly, 32 bit I/O are done with outsw instead of the expected outsl */ in sanei_outsl() 184 outsw (port, addr, count); in sanei_outsl()
|
/third_party/mesa3d/src/mesa/x86/ |
H A D | assyntax.h | 565 #define OUTS_W CHOICE(outsw, outsw, _WTOG outs) 1277 #define OUTS_W outsw
|
Completed in 8 milliseconds