Searched refs:crtc_cursor_loc (Results 1 – 1 of 1) sorted by relevance
109 uint16_t crtc_cursor_loc; member278 (offset == (sc->vga_crtc.crtc_cursor_loc * 2)) && in vga_get_text_pixel()1028 sc->vga_crtc.crtc_cursor_loc &= 0x00ff; in vga_port_out_handler()1029 sc->vga_crtc.crtc_cursor_loc |= (val << 8); in vga_port_out_handler()1033 sc->vga_crtc.crtc_cursor_loc &= 0xff00; in vga_port_out_handler()1034 sc->vga_crtc.crtc_cursor_loc |= (val & 0xff); in vga_port_out_handler()