sys/dev/fb/vga.c
1677
outb(GDCIDX, 0x04); buf[2] = inb(GDCREG);
sys/dev/fb/vga.c
1678
outb(GDCIDX, 0x05); buf[3] = inb(GDCREG);
sys/dev/fb/vga.c
1679
outb(GDCIDX, 0x06); buf[4] = inb(GDCREG);
sys/dev/fb/vga.c
1711
outb(GDCIDX, 0x04); outb(GDCREG, 0x02);
sys/dev/fb/vga.c
1712
outb(GDCIDX, 0x05); outb(GDCREG, 0x00);
sys/dev/fb/vga.c
1713
outb(GDCIDX, 0x06); outb(GDCREG, 0x04);
sys/dev/fb/vga.c
1753
outb(GDCIDX, 0x04); outb(GDCREG, buf[2]);
sys/dev/fb/vga.c
1754
outb(GDCIDX, 0x05); outb(GDCREG, buf[3]);
sys/dev/fb/vga.c
1756
outb(GDCIDX, 0x06); outb(GDCREG,(buf[4] & 0x03) | 0x08);
sys/dev/fb/vga.c
1758
outb(GDCIDX, 0x06); outb(GDCREG,(buf[4] & 0x03) | 0x0c);
sys/dev/fb/vga.c
2142
buf[j++] = inb(GDCREG);
sys/dev/fb/vga.c
2220
outb(GDCREG, buf[i + 55]);