Searched refs:__OUT2 (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | io.h | 152 #define __OUT2(s,s1,s2) \ macro 157 __OUT1(s,x) __OUT2(s,s1,"w") : : "a" (value), "Nd" (port)); } \ 158 __OUT1(s##_p,x) __OUT2(s,s1,"w") __FULL_SLOW_DOWN_IO : : "a" (value), "Nd" (port));}
|