Searched refs:vga_6845_write (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/sys/dev/ic/ |
| D | vga_subr.c | 125 vga_6845_write(vh, maxrow, type->fontheight - 1); in vga_setscreentype() 128 vga_6845_write(vh, vde, type->fontheight * type->nrows - 1); in vga_setscreentype() 132 vga_6845_write(vh, curstart, type->fontheight - 2); in vga_setscreentype() 133 vga_6845_write(vh, curend, type->fontheight - 1); in vga_setscreentype()
|
| D | vga.c | 829 vga_6845_write(vh, startadrh, scr->pcs.dispoffset >> 9); in vga_doswitch() 830 vga_6845_write(vh, startadrl, scr->pcs.dispoffset >> 1); in vga_doswitch() 983 vga_6845_write(vh, startadrh, scr->pcs.visibleoffset >> 9); in vga_scrollback() 984 vga_6845_write(vh, startadrl, scr->pcs.visibleoffset >> 1); in vga_scrollback() 1077 vga_6845_write(&scr->cfg->hdl, startadrh, in vga_copyrows() 1079 vga_6845_write(&scr->cfg->hdl, startadrl, in vga_copyrows() 1182 vga_6845_write(vh, mode, r); in vga_burner() 1188 vga_6845_write(vh, mode, r); in vga_burner()
|
| D | vgavar.h | 179 #define vga_6845_write(vh, reg, val) \ macro
|
| /openbsd/src/sys/dev/pci/ |
| D | vga_pci.c | 417 vga_6845_write(vh, vsynce, in vga_restore_state()
|