sys/dev/fb/vga.c
1288
if (inb(TSREG) & 1)
sys/dev/fb/vga.c
1675
outb(TSIDX, 0x02); buf[0] = inb(TSREG);
sys/dev/fb/vga.c
1676
outb(TSIDX, 0x04); buf[1] = inb(TSREG);
sys/dev/fb/vga.c
1704
outb(TSIDX, 0x00); outb(TSREG, 0x01);
sys/dev/fb/vga.c
1706
outb(TSIDX, 0x02); outb(TSREG, 0x04);
sys/dev/fb/vga.c
1707
outb(TSIDX, 0x04); outb(TSREG, 0x07);
sys/dev/fb/vga.c
1709
outb(TSIDX, 0x00); outb(TSREG, 0x03);
sys/dev/fb/vga.c
1746
outb(TSIDX, 0x00); outb(TSREG, 0x01);
sys/dev/fb/vga.c
1748
outb(TSIDX, 0x02); outb(TSREG, buf[0]);
sys/dev/fb/vga.c
1749
outb(TSIDX, 0x04); outb(TSREG, buf[1]);
sys/dev/fb/vga.c
1751
outb(TSIDX, 0x00); outb(TSREG, 0x03);
sys/dev/fb/vga.c
1825
outb(TSIDX, 0x00); outb(TSREG, 0x01);
sys/dev/fb/vga.c
1826
outb(TSIDX, 0x01); val = inb(TSREG); /* disable screen */
sys/dev/fb/vga.c
1827
outb(TSIDX, 0x01); outb(TSREG, val | 0x20);
sys/dev/fb/vga.c
1828
outb(TSIDX, 0x00); outb(TSREG, 0x03);
sys/dev/fb/vga.c
1847
outb(TSIDX, 0x00); outb(TSREG, 0x01);
sys/dev/fb/vga.c
1848
outb(TSIDX, 0x01); outb(TSREG, val & 0xdf); /* enable screen */
sys/dev/fb/vga.c
1849
outb(TSIDX, 0x00); outb(TSREG, 0x03);
sys/dev/fb/vga.c
1905
outb(TSIDX, 0x00); outb(TSREG, 0x01);
sys/dev/fb/vga.c
1906
outb(TSIDX, 0x01); val = inb(TSREG); /* disable screen */
sys/dev/fb/vga.c
1907
outb(TSIDX, 0x01); outb(TSREG, val | 0x20);
sys/dev/fb/vga.c
1908
outb(TSIDX, 0x00); outb(TSREG, 0x03);
sys/dev/fb/vga.c
1927
outb(TSIDX, 0x00); outb(TSREG, 0x01);
sys/dev/fb/vga.c
1928
outb(TSIDX, 0x01); outb(TSREG, val & 0xdf); /* enable screen */
sys/dev/fb/vga.c
1929
outb(TSIDX, 0x00); outb(TSREG, 0x03);
sys/dev/fb/vga.c
1960
outb(TSIDX, 0x03); outb(TSREG, cg[page]);
sys/dev/fb/vga.c
2123
outb(TSIDX, 0x00); outb(TSREG, 0x01); /* stop sequencer */
sys/dev/fb/vga.c
2126
buf[j++] = inb(TSREG);
sys/dev/fb/vga.c
2129
outb(TSIDX, 0x00); outb(TSREG, 0x03); /* start sequencer */
sys/dev/fb/vga.c
2200
outb(TSIDX, 0x00); outb(TSREG, 0x01); /* stop sequencer */
sys/dev/fb/vga.c
2203
outb(TSREG, buf[i + 5]);
sys/dev/fb/vga.c
2206
outb(TSIDX, 0x00); outb(TSREG, 0x03); /* start sequencer */
sys/dev/fb/vga.c
2397
val = inb(TSREG);
sys/dev/fb/vga.c
2399
outb(TSREG, val | 0x20);
sys/dev/fb/vga.c
2406
val = inb(TSREG);
sys/dev/fb/vga.c
2408
outb(TSREG, val | 0x20);
sys/dev/fb/vga.c
2412
val = inb(TSREG);
sys/dev/fb/vga.c
2414
outb(TSREG, val & 0xDF);