Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dmc6845reg.h33 u_int8_t startadrh, startadrl, cursorh, cursorl; member
H A Dpcdisplay_subr.c138 pcdisplay_6845_write(scr->hdl, cursorh, pos >> 8); in pcdisplay_cursor()
H A Dvga.c460 cpos = vga_6845_read(&vc->hdl, cursorh) << 8; in vga_init_screen()
H A Dvga_raster.c459 cpos = vga_6845_read(vh, cursorh) << 8; in vga_raster_init_screen()
/netbsd-src/sys/dev/isa/
H A Dpcdisplay.c207 cpos = pcdisplay_6845_read(ph, cursorh) << 8; in pcdisplay_init()
H A Dega.c349 cpos = vga_6845_read(&vc->hdl, cursorh) << 8; in ega_init_screen()