Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dvga.h132 #define CRTC_CS_CO 0x20 /* Cursor off */ macro
H A Dvga.c1012 sc->vga_crtc.crtc_cursor_on = (val & CRTC_CS_CO) == 0; in vga_port_out_handler()