cursorh            34 dev/ic/mc6845reg.h 	char startadrh, startadrl, cursorh, cursorl;
cursorh           137 dev/ic/pcdisplay_subr.c 		pcdisplay_6845_write(scr->hdl, cursorh, pos >> 8);
cursorh           406 dev/ic/vga.c   		cpos = vga_6845_read(&vc->hdl, cursorh) << 8;
cursorh           378 dev/isa/ega.c  		cpos = vga_6845_read(&vc->hdl, cursorh) << 8;
cursorh           201 dev/isa/pcdisplay.c 	cpos = pcdisplay_6845_read(ph, cursorh) << 8;