Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dati.c54 s->mode, !!(s->regs.crtc_gen_cntl & CRTC2_EXT_DISP_EN)); in ati_vga_switch_mode()
55 if (s->regs.crtc_gen_cntl & CRTC2_EXT_DISP_EN) { in ati_vga_switch_mode()
600 if ((val & (CRTC2_EXT_DISP_EN | CRTC2_EN)) != in ati_mm_write()
601 (s->regs.crtc_gen_cntl & (CRTC2_EXT_DISP_EN | CRTC2_EN))) { in ati_mm_write()
H A Dati_regs.h341 #define CRTC2_EXT_DISP_EN 0x01000000 macro