Searched refs:CRTC_EXT_DISP_EN (Results 1 – 4 of 4) sorted by relevance
444 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()
311 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()
619 #define CRTC_EXT_DISP_EN 0x01000000 macro
545 #define CRTC_EXT_DISP_EN (1 << 24) macro