Symbol: vga_6845_write
sys/dev/ic/vga.c
1052
vga_6845_write(vh, startadrh, scr->pcs.dispoffset >> 9);
sys/dev/ic/vga.c
1053
vga_6845_write(vh, startadrl, scr->pcs.dispoffset >> 1);
sys/dev/ic/vga.c
1161
vga_6845_write(&scr->cfg->hdl, startadrh,
sys/dev/ic/vga.c
1163
vga_6845_write(&scr->cfg->hdl, startadrl,
sys/dev/ic/vga.c
1493
vga_6845_write(vh, startadrh, scr->pcs.visibleoffset >> 9);
sys/dev/ic/vga.c
1494
vga_6845_write(vh, startadrl, scr->pcs.visibleoffset >> 1);
sys/dev/ic/vga.c
1549
vga_6845_write(&sc->sc_vc->hdl, curstart, 0x20);
sys/dev/ic/vga.c
1550
vga_6845_write(&sc->sc_vc->hdl, curend, 0x00);
sys/dev/ic/vga.c
766
vga_6845_write(&vc->hdl, mode, val | 0x80);
sys/dev/ic/vga.c
773
vga_6845_write(&vc->hdl, mode, val & ~0x80);
sys/dev/ic/vga_raster.c
1021
vga_6845_write(vh, vsynce, vga_6845_read(vh, vsynce) & ~0x80);
sys/dev/ic/vga_raster.c
1341
vga_6845_write(vh, startadrh, scr->dispoffset >> 8);
sys/dev/ic/vga_raster.c
1342
vga_6845_write(vh, startadrl, scr->dispoffset);
sys/dev/ic/vga_raster.c
609
vga_6845_write(&vc->hdl, mode, val | 0x80);
sys/dev/ic/vga_raster.c
616
vga_6845_write(&vc->hdl, mode, val & ~0x80);
sys/dev/ic/vga_raster.c
815
vga_6845_write(vh, startadrh, scr->dispoffset >> 8);
sys/dev/ic/vga_raster.c
816
vga_6845_write(vh, startadrl, scr->dispoffset);
sys/dev/ic/vga_subr.c
172
vga_6845_write(vh, maxrow, type->fontheight - 1);
sys/dev/ic/vga_subr.c
175
vga_6845_write(vh, vde, type->fontheight * type->nrows - 1);
sys/dev/ic/vga_subr.c
179
vga_6845_write(vh, curstart, type->fontheight - 2);
sys/dev/ic/vga_subr.c
180
vga_6845_write(vh, curend, type->fontheight - 1);
sys/dev/ic/vga_subr.c
389
vga_6845_write(vh, vsynce, vga_6845_read(vh, vsynce) & ~0x80);
sys/dev/isa/ega.c
722
vga_6845_write(vh, startadrh, scr->pcs.dispoffset >> 9);
sys/dev/isa/ega.c
723
vga_6845_write(vh, startadrl, scr->pcs.dispoffset >> 1);
sys/dev/isa/ega.c
864
vga_6845_write(&scr->cfg->hdl, startadrh,
sys/dev/isa/ega.c
866
vga_6845_write(&scr->cfg->hdl, startadrl,