Searched refs:CRTC_EXT_DISP_EN (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/ |
H A D | mach64_gx.c | 446 old_crtc_ext_disp | (CRTC_EXT_DISP_EN >> 24), par); in aty_set_pll18818() 583 old_crtc_ext_disp | (CRTC_EXT_DISP_EN >> 24), par); in aty_set_pll_1703() 702 old_crtc_ext_disp | (CRTC_EXT_DISP_EN >> 24), par); in aty_set_pll_8398() 820 old_crtc_ext_disp | (CRTC_EXT_DISP_EN >> 24), par); in aty_set_pll_408()
|
H A D | mach64_ct.c | 310 if (!(crtc_gen_cntl & CRTC_EXT_DISP_EN)) in aty_set_pll_ct() 311 aty_st_le32(CRTC_GEN_CNTL, crtc_gen_cntl | CRTC_EXT_DISP_EN, par); in aty_set_pll_ct() 345 if (!(crtc_gen_cntl & CRTC_EXT_DISP_EN)) in aty_set_pll_ct()
|
H A D | atyfb_base.c | 700 ~(CRTC_EXT_DISP_EN | CRTC_EN), par); in aty_set_crtc() 1027 crtc->gen_cntl = CRTC_EXT_DISP_EN | CRTC_EN | pix_width | c_sync; in aty_var_to_crtc() 3505 if (!(aty_ld_le32(CRTC_GEN_CNTL, par) & CRTC_EXT_DISP_EN)) in atyfb_setup_generic()
|
H A D | radeon_base.c | 1732 newmode->crtc_gen_cntl = CRTC_EXT_DISP_EN | CRTC_EN | in radeonfb_set_par()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/ |
H A D | mach64_gx.c | 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()
|
H A D | mach64_ct.c | 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()
|
H A D | atyfb_base.c | 710 ~(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 D | radeon_base.c | 1733 newmode->crtc_gen_cntl = CRTC_EXT_DISP_EN | CRTC_EN | in radeonfb_set_par()
|
/kernel/linux/linux-5.10/include/video/ |
H A D | mach64.h | 619 #define CRTC_EXT_DISP_EN 0x01000000 macro
|
H A D | radeon.h | 545 #define CRTC_EXT_DISP_EN (1 << 24) macro
|
/kernel/linux/linux-6.6/include/video/ |
H A D | mach64.h | 619 #define CRTC_EXT_DISP_EN 0x01000000 macro
|
H A D | radeon.h | 545 #define CRTC_EXT_DISP_EN (1 << 24) macro
|
Completed in 41 milliseconds