Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/aty/
H A Dmach64_gx.c444 old_crtc_ext_disp | (CRTC_EXT_DISP_EN >> 24), par); in aty_set_pll18818()
581 old_crtc_ext_disp | (CRTC_EXT_DISP_EN >> 24), par); in aty_set_pll_1703()
700 old_crtc_ext_disp | (CRTC_EXT_DISP_EN >> 24), par); in aty_set_pll_8398()
818 old_crtc_ext_disp | (CRTC_EXT_DISP_EN >> 24), par); in aty_set_pll_408()
H A Dmach64_ct.c311 if (!(crtc_gen_cntl & CRTC_EXT_DISP_EN)) in aty_set_pll_ct()
312 aty_st_le32(CRTC_GEN_CNTL, crtc_gen_cntl | CRTC_EXT_DISP_EN, par); in aty_set_pll_ct()
346 if (!(crtc_gen_cntl & CRTC_EXT_DISP_EN)) in aty_set_pll_ct()
H A Datyfb_base.c710 ~(CRTC_EXT_DISP_EN | CRTC_EN), par); in aty_set_crtc()
1037 crtc->gen_cntl = CRTC_EXT_DISP_EN | CRTC_EN | pix_width | c_sync; in aty_var_to_crtc()
H A Dradeon_base.c1733 newmode->crtc_gen_cntl = CRTC_EXT_DISP_EN | CRTC_EN | in radeonfb_set_par()
/openbmc/linux/include/video/
H A Dmach64.h619 #define CRTC_EXT_DISP_EN 0x01000000 macro
H A Dradeon.h545 #define CRTC_EXT_DISP_EN (1 << 24) macro
/openbmc/u-boot/drivers/video/
H A Dati_radeon_fb.c363 mode->crtc_gen_cntl = CRTC_EN | CRTC_EXT_DISP_EN; in radeon_setmode_9200()
/openbmc/u-boot/include/
H A Dradeon.h543 #define CRTC_EXT_DISP_EN (1 << 24) macro