Home
last modified time | relevance | path

Searched refs:outsb (Results 1 - 5 of 5) sorted by relevance

/third_party/backends/sanei/
H A Dsanei_directio.c120 outsb (port, addr, count); in sanei_outsb()
176 outsb (port, addr, count); in sanei_outsb()
302 __asm__ __volatile__ ("rep ; outsb":"=S" (addr), "=c" (count):"d" (port), in sanei_outsb()
/third_party/musl/arch/i386/bits/
H A Dio.h37 static __inline void outsb(unsigned short __port, const void *__buf, unsigned long __n) in outsb() function
39 __asm__ volatile ("cld; rep; outsb" in outsb()
/third_party/musl/arch/x86_64/bits/
H A Dio.h37 static __inline void outsb(unsigned short __port, const void *__buf, unsigned long __n) in outsb() function
39 __asm__ volatile ("cld; rep; outsb" in outsb()
/third_party/musl/arch/x32/bits/
H A Dio.h37 static __inline void outsb(unsigned short __port, const void *__buf, unsigned long __n) in outsb() function
39 __asm__ volatile ("cld; rep; outsb" in outsb()
/third_party/mesa3d/src/mesa/x86/
H A Dassyntax.h566 #define OUTS_B CHOICE(outsb, outsb, outsb)
1278 #define OUTS_B outsb

Completed in 7 milliseconds