Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.sbin/bhyve/amd64/
HDvga.c79 } vga_seq; member
176 return (((sc->vga_seq.seq_clock_mode & SEQ_CM_SO) != 0) || in vga_in_reset()
177 ((sc->vga_seq.seq_reset & SEQ_RESET_ASYNC) == 0) || in vga_in_reset()
178 ((sc->vga_seq.seq_reset & SEQ_RESET_SYNC) == 0) || in vga_in_reset()
202 sc->vga_seq.seq_cm_dots; in vga_check_size()
263 dots = sc->vga_seq.seq_cm_dots; in vga_get_text_pixel()
281 if ((sc->vga_seq.seq_mm & SEQ_MM_EM) && in vga_get_text_pixel()
282 sc->vga_seq.seq_cmap_pri_off != sc->vga_seq.seq_cmap_sec_off) { in vga_get_text_pixel()
284 font_offset = sc->vga_seq.seq_cmap_pri_off + in vga_get_text_pixel()
287 font_offset = sc->vga_seq.seq_cmap_sec_off + in vga_get_text_pixel()
[all …]