Lines Matching refs:outb
65 #undef outb
71 #define outb(p,v) _outb((v),(p))
81 outb(unsigned long port, char val)
126 outb(short port, char val)
177 extern void outb(u_int32_t port, u_int8_t val);
187 outb(short port, char val)
189 __asm__ __volatile__("outb %0,%1" : :"a" (val), "d" (port));
237 outb(short port, char val)
315 /* inb, outb, inw and outw are defined in the library */
319 void outb(U16_t, U8_t);