Symbol: vga_ts_write
sys/arch/arc/arc/c_nec_eisa.c
276
vga_ts_write(vh, mode, vga_ts_read(vh, mode) | VGA_TS_MODE_BLANK);
sys/arch/arc/arc/c_nec_eisa.c
289
vga_ts_write(vh, mode, vga_ts_read(vh, mode) & ~VGA_TS_MODE_BLANK);
sys/dev/ic/vga.c
760
vga_ts_write(&vc->hdl, syncreset, 0x01);
sys/dev/ic/vga.c
763
vga_ts_write(&vc->hdl, mode, val & ~VGA_TS_MODE_BLANK);
sys/dev/ic/vga.c
770
vga_ts_write(&vc->hdl, mode, val | VGA_TS_MODE_BLANK);
sys/dev/ic/vga.c
776
vga_ts_write(&vc->hdl, syncreset, 0x03);
sys/dev/ic/vga_raster.c
1006
vga_ts_write(vh, mode, vga_ts_read(vh, mode) | VGA_TS_MODE_BLANK);
sys/dev/ic/vga_raster.c
1013
vga_ts_write(vh, syncreset, 0x01);
sys/dev/ic/vga_raster.c
1014
vga_ts_write(vh, mode, regs->ts[1] | VGA_TS_MODE_BLANK);
sys/dev/ic/vga_raster.c
1018
vga_ts_write(vh, syncreset, 0x03);
sys/dev/ic/vga_raster.c
1035
vga_ts_write(vh, mode, vga_ts_read(vh, mode) & ~VGA_TS_MODE_BLANK);
sys/dev/ic/vga_raster.c
603
vga_ts_write(&vc->hdl, syncreset, 0x01);
sys/dev/ic/vga_raster.c
606
vga_ts_write(&vc->hdl, mode, val & ~VGA_TS_MODE_BLANK);
sys/dev/ic/vga_raster.c
613
vga_ts_write(&vc->hdl, mode, val | VGA_TS_MODE_BLANK);
sys/dev/ic/vga_raster.c
619
vga_ts_write(&vc->hdl, syncreset, 0x03);
sys/dev/ic/vga_subr.c
165
vga_ts_write(vh, fontsel, cmap);
sys/dev/ic/vga_subr.c
378
vga_ts_write(vh, mode, vga_ts[1] | VGA_TS_MODE_BLANK);
sys/dev/ic/vga_subr.c
381
vga_ts_write(vh, syncreset, 0x01);
sys/dev/ic/vga_subr.c
386
vga_ts_write(vh, syncreset, 0x03);
sys/dev/ic/vga_subr.c
421
vga_ts_write(vh, mode, vga_ts[1] & ~VGA_TS_MODE_BLANK);
sys/dev/ic/vga_subr.c
58
vga_ts_write(vh, syncreset, 0x01); /* synchronous reset */
sys/dev/ic/vga_subr.c
59
vga_ts_write(vh, wrplmask, 0x04); /* write to map 2 */
sys/dev/ic/vga_subr.c
60
vga_ts_write(vh, memmode, 0x07); /* sequential addressing */
sys/dev/ic/vga_subr.c
61
vga_ts_write(vh, syncreset, 0x03); /* clear synchronous reset */
sys/dev/ic/vga_subr.c
76
vga_ts_write(vh, syncreset, 0x01); /* synchronous reset */
sys/dev/ic/vga_subr.c
77
vga_ts_write(vh, wrplmask, 0x03); /* write to map 0 & 1 */
sys/dev/ic/vga_subr.c
78
vga_ts_write(vh, memmode, 0x03); /* odd-even addressing */
sys/dev/ic/vga_subr.c
79
vga_ts_write(vh, syncreset, 0x03); /* clear synchronous reset */