Home | History | Annotate | Download | only in stage2

Lines Matching defs:outb

40 outb (unsigned short port, unsigned char value)
42 asm volatile ("outb %b0, %w1" : : "a" (value), "Nd" (port));
50 outb (HERCULES_INDEX_REG, 0x0f);
51 outb (0x80, 0);
52 outb (HERCULES_DATA_REG, offset & 0xFF);
53 outb (0x80, 0);
55 outb (HERCULES_INDEX_REG, 0x0e);
56 outb (0x80, 0);
57 outb (HERCULES_DATA_REG, offset >> 8);
58 outb (0x80, 0);
177 outb (HERCULES_INDEX_REG, 0x0a);
178 outb (0x80, 0);
179 outb (HERCULES_DATA_REG, on ? 0 : (1 << 5));
180 outb (0x80, 0);