Home
last modified time | relevance | path

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

/openbmc/linux/include/video/
H A Daty128.h286 #define CRTC2_EN 0x02000000 macro
398 #define CRTC2_EN 0x02000000 macro
H A Dmach64.h615 #define CRTC2_EN 0x00200000 /* LTPro */ macro
H A Dradeon.h555 #define CRTC2_EN (1 << 25) macro
/openbmc/qemu/hw/display/
H A Dati_regs.h342 #define CRTC2_EN 0x02000000 macro
458 #define CRTC2_EN 0x02000000 macro
H A Dati.c58 if (s->regs.crtc_gen_cntl & CRTC2_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()
/openbmc/u-boot/include/
H A Dradeon.h553 #define CRTC2_EN (1 << 25) macro
/openbmc/linux/drivers/video/fbdev/aty/
H A Daty128fb.c2347 ~(CRTC2_EN)); in aty128_set_suspend()
H A Datyfb_base.c1051 crtc->gen_cntl &= ~(CRTC2_EN | CRTC2_PIX_WIDTH); in aty_var_to_crtc()