Home | History | Annotate | Download | only in util

Lines Matching defs:outw

66 #undef	outw
72 #define outw(p,v) _outw((v),(p))
87 outw(unsigned long port, char val)
134 outw(short port, short val)
178 extern void outw(u_int32_t port, u_int16_t val);
193 outw(short portm, short val)
195 __asm__ __volatile__("outw %0,%1" : :"a" (val), "d" (port));
243 outw(short port, short val)
315 /* inb, outb, inw and outw are defined in the library */
321 void outw(U16_t, U16_t);