vga_ts_write     1300 dev/ic/vga.c   	vga_ts_write(vh, syncreset, 0x01);
vga_ts_write     1302 dev/ic/vga.c   		vga_ts_write(vh, mode, (vga_ts_read(vh, mode) & ~0x20));
vga_ts_write     1307 dev/ic/vga.c   		vga_ts_write(vh, mode, (vga_ts_read(vh, mode) | 0x20));
vga_ts_write     1314 dev/ic/vga.c   	vga_ts_write(vh, syncreset, 0x03);
vga_ts_write       52 dev/ic/vga_subr.c 	vga_ts_write(vh, syncreset, 0x01);	/* synchronous reset */
vga_ts_write       53 dev/ic/vga_subr.c 	vga_ts_write(vh, wrplmask, 0x04);	/* write to map 2 */
vga_ts_write       54 dev/ic/vga_subr.c 	vga_ts_write(vh, memmode, 0x07);	/* sequential addressing */
vga_ts_write       55 dev/ic/vga_subr.c 	vga_ts_write(vh, syncreset, 0x03);	/* clear synchronous reset */
vga_ts_write       70 dev/ic/vga_subr.c 	vga_ts_write(vh, syncreset, 0x01);	/* synchronous reset */
vga_ts_write       71 dev/ic/vga_subr.c 	vga_ts_write(vh, wrplmask, 0x03);	/* write to map 0 & 1 */
vga_ts_write       72 dev/ic/vga_subr.c 	vga_ts_write(vh, memmode, 0x03);	/* odd-even addressing */
vga_ts_write       73 dev/ic/vga_subr.c 	vga_ts_write(vh, syncreset, 0x03);	/* clear synchronous reset */
vga_ts_write      126 dev/ic/vga_subr.c 	vga_ts_write(vh, fontsel, cmap);