Home
last modified time | relevance | path

Searched refs:cursorh (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/dev/ic/
H A Dmc6845reg.h34 char startadrh, startadrl, cursorh, cursorl; member
H A Dpcdisplay_subr.c138 pcdisplay_6845_write(scr->hdl, cursorh, pos >> 8); in pcdisplay_cursor()
H A Dvga.c412 cpos = vga_6845_read(&vc->hdl, cursorh) << 8; in vga_init_screen()
/openbsd/sys/dev/isa/
H A Dpcdisplay.c196 cpos = pcdisplay_6845_read(ph, cursorh) << 8; in pcdisplay_init()