Home
last modified time | relevance | path

Searched refs:TSIDX (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/fb/
HDvga.c1291 outb(TSIDX, 1); in set_display_start()
1679 outb(TSIDX, 0x02); buf[0] = inb(TSREG); in set_font_mode()
1680 outb(TSIDX, 0x04); buf[1] = inb(TSREG); in set_font_mode()
1708 outb(TSIDX, 0x00); outb(TSREG, 0x01); in set_font_mode()
1710 outb(TSIDX, 0x02); outb(TSREG, 0x04); in set_font_mode()
1711 outb(TSIDX, 0x04); outb(TSREG, 0x07); in set_font_mode()
1713 outb(TSIDX, 0x00); outb(TSREG, 0x03); in set_font_mode()
1720 outw(TSIDX, 0x0100); in set_font_mode()
1722 outw(TSIDX, 0x0402); in set_font_mode()
1723 outw(TSIDX, 0x0704); in set_font_mode()
[all …]
HDvgareg.h54 #define TSIDX (IO_VGA + 0x04) /* timing sequencer idx */ macro
HDsplash_bmp.c634 outw(TSIDX, 0x0102); /* unmask plane #0 */ in bmp_Draw()