HomeSort by: relevance | last modified time | path
    Searched refs:vga_6845_write (Results 1 - 5 of 5) sorted by relevancy

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

Completed in 36 milliseconds