Home | History | Annotate | Download | only in bios

Lines Matching defs:outb

96 static inline void outb(int addr, int val)
98 asm volatile ("outb %b1, %w0" : : "d" (addr), "a" (val));
154 outb(INFO_PORT, c);
404 outb(PANIC_PORT2, 0x00);
559 outb(0x70, addr);
733 outb(0xcfc + (addr & 3), val);
861 outb(0x4d0, elcr[0]);
862 outb(0x4d1, elcr[1]);
897 outb(0xb3, 0x01);
900 outb(0xb2, 0x00);