Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/amd64/
H A Dvga.c104 uint16_t crtc_cursor_loc; member
273 (offset == (sc->vga_crtc.crtc_cursor_loc * 2)) && in vga_get_text_pixel()
1003 sc->vga_crtc.crtc_cursor_loc &= 0x00ff; in vga_port_out_handler()
1004 sc->vga_crtc.crtc_cursor_loc |= (val << 8); in vga_port_out_handler()
1008 sc->vga_crtc.crtc_cursor_loc &= 0xff00; in vga_port_out_handler()
1009 sc->vga_crtc.crtc_cursor_loc |= (val & 0xff); in vga_port_out_handler()