Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dvga.c99 uint8_t crtc_overflow; member
210 (((sc->vga_crtc.crtc_overflow & CRTC_OF_VDE8) >> CRTC_OF_VDE8_SHIFT) << 8) | in vga_check_size()
211 (((sc->vga_crtc.crtc_overflow & CRTC_OF_VDE9) >> CRTC_OF_VDE9_SHIFT) << 9)) + 1; in vga_check_size()
763 *val = sc->vga_crtc.crtc_overflow; in vga_port_in_handler()
1002 sc->vga_crtc.crtc_overflow = val; in vga_port_out_handler()