Home
last modified time | relevance | path

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

/qemu/hw/display/
H A Dati.c66 if (s->regs.crtc_h_total_disp == 0) { in ati_vga_switch_mode()
67 s->regs.crtc_h_total_disp = ((640 / 8) - 1) << 16; in ati_vga_switch_mode()
72 h = ((s->regs.crtc_h_total_disp >> 16) + 1) * 8; in ati_vga_switch_mode()
211 h = ((s->regs.crtc_h_total_disp >> 16) + 1) * 8; in ati_cursor_draw_line()
388 val = s->regs.crtc_h_total_disp; in ati_mm_read()
695 s->regs.crtc_h_total_disp = data & 0x07ff07ff; in ati_mm_write()
H A Dati_int.h48 uint32_t crtc_h_total_disp; member