Home
last modified time | relevance | path

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

/qemu/hw/display/
H A Dati.c69 if (s->regs.crtc_v_total_disp == 0) { in ati_vga_switch_mode()
70 s->regs.crtc_v_total_disp = (480 - 1) << 16; in ati_vga_switch_mode()
73 v = (s->regs.crtc_v_total_disp >> 16) + 1; in ati_vga_switch_mode()
205 scr_y > s->regs.crtc_v_total_disp >> 16) { in ati_cursor_draw_line()
394 val = s->regs.crtc_v_total_disp; in ati_mm_read()
701 s->regs.crtc_v_total_disp = data & 0x0fff0fff; in ati_mm_write()
H A Dati_int.h50 uint32_t crtc_v_total_disp; member