Searched refs:TSIDX (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/fb/ |
H A D | vga.c | 1287 outb(TSIDX, 1); in set_display_start() 1675 outb(TSIDX, 0x02); buf[0] = inb(TSREG); in set_font_mode() 1676 outb(TSIDX, 0x04); buf[1] = inb(TSREG); in set_font_mode() 1704 outb(TSIDX, 0x00); outb(TSREG, 0x01); in set_font_mode() 1706 outb(TSIDX, 0x02); outb(TSREG, 0x04); in set_font_mode() 1707 outb(TSIDX, 0x04); outb(TSREG, 0x07); in set_font_mode() 1709 outb(TSIDX, 0x00); outb(TSREG, 0x03); in set_font_mode() 1716 outw(TSIDX, 0x0100); in set_font_mode() 1718 outw(TSIDX, 0x0402); in set_font_mode() 1719 outw(TSIDX, 0x0704); in set_font_mode() [all …]
|
H A D | vgareg.h | 54 #define TSIDX (IO_VGA + 0x04) /* timing sequencer idx */ macro
|
H A D | splash_bmp.c | 593 outw(TSIDX, 0x0102); /* unmask plane #0 */ in bmp_Draw()
|