Home
last modified time | relevance | path

Searched refs:CRTC_GEN_CNTL (Results 1 – 11 of 11) sorted by relevance

/linux-6.3-rc2/drivers/video/fbdev/aty/
A Dmach64_gx.c442 old_crtc_ext_disp = aty_ld_8(CRTC_GEN_CNTL + 3, par); in aty_set_pll18818()
443 aty_st_8(CRTC_GEN_CNTL + 3, in aty_set_pll18818()
474 aty_st_8(CRTC_GEN_CNTL + 3, old_crtc_ext_disp, par); in aty_set_pll18818()
579 old_crtc_ext_disp = aty_ld_8(CRTC_GEN_CNTL + 3, par); in aty_set_pll_1703()
580 aty_st_8(CRTC_GEN_CNTL + 3, in aty_set_pll_1703()
596 aty_st_8(CRTC_GEN_CNTL + 3, old_crtc_ext_disp, par); in aty_set_pll_1703()
698 old_crtc_ext_disp = aty_ld_8(CRTC_GEN_CNTL + 3, par); in aty_set_pll_8398()
699 aty_st_8(CRTC_GEN_CNTL + 3, in aty_set_pll_8398()
718 aty_st_8(CRTC_GEN_CNTL + 3, old_crtc_ext_disp, par); in aty_set_pll_8398()
817 aty_st_8(CRTC_GEN_CNTL + 3, in aty_set_pll_408()
[all …]
A Dradeon_pm.c1050 OUTREG( CRTC_GEN_CNTL, (INREG( CRTC_GEN_CNTL) & ~CRTC_GEN_CNTL__CRTC_EN) in radeon_pm_setup_for_suspend()
1252 crtcGenCntl = INREG( CRTC_GEN_CNTL); in radeon_pm_full_reset_sdram()
1423 OUTREG( CRTC_GEN_CNTL, crtcGenCntl); in radeon_pm_full_reset_sdram()
1791 OUTREG(CRTC_GEN_CNTL, INREG(CRTC_GEN_CNTL) in radeon_reinitialize_M10()
2113 OUTREG(CRTC_GEN_CNTL, 0x04000000); in radeon_reinitialize_M9P()
2236 OUTREG(CRTC_GEN_CNTL, INREG(CRTC_GEN_CNTL));
2398 OUTREG8(CRTC_GEN_CNTL+1, 6);
2399 OUTREG8(CRTC_GEN_CNTL+3, 1);
2424 cgc = INREG(CRTC_GEN_CNTL);
2484 OUTREG(CRTC_GEN_CNTL, cgc);
[all …]
A Dmach64_ct.c310 crtc_gen_cntl = aty_ld_le32(CRTC_GEN_CNTL, par); 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()
347 aty_st_le32(CRTC_GEN_CNTL, crtc_gen_cntl, par); in aty_set_pll_ct()
A Datyfb_base.c686 crtc->gen_cntl = aty_ld_le32(CRTC_GEN_CNTL, par); in aty_get_crtc()
709 aty_st_le32(CRTC_GEN_CNTL, crtc->gen_cntl & in aty_set_crtc()
726 aty_st_le32(CRTC_GEN_CNTL, crtc->gen_cntl & ~CRTC_EN, par); in aty_set_crtc()
751 aty_st_le32(CRTC_GEN_CNTL, crtc->gen_cntl, par); in aty_set_crtc()
1158 crtc->gen_cntl |= (aty_ld_le32(CRTC_GEN_CNTL, par) & CRTC_FIFO_LWM); in aty_var_to_crtc()
2605 aty_ld_le32(CRTC_GEN_CNTL, par), in aty_init()
2821 gen_cntl = aty_ld_le32(CRTC_GEN_CNTL, par); in atyfb_blank()
2839 aty_st_le32(CRTC_GEN_CNTL, gen_cntl, par); in atyfb_blank()
3082 crtc.gen_cntl = aty_ld_le32(CRTC_GEN_CNTL, par); in atyfb_setup_sparc()
3501 if (!(aty_ld_le32(CRTC_GEN_CNTL, par) & CRTC_EXT_DISP_EN)) in atyfb_setup_generic()
A Dradeon_base.c293 (void)INREG(CRTC_GEN_CNTL); in radeon_pll_errata_after_index_slow()
1314 save->crtc_gen_cntl = INREG(CRTC_GEN_CNTL); in radeon_save_state()
1480 OUTREG(CRTC_GEN_CNTL, mode->crtc_gen_cntl); in radeon_write_mode()
2030 save_crtc_gen_cntl = INREG(CRTC_GEN_CNTL); in fixup_memory_mappings()
2034 OUTREG(CRTC_GEN_CNTL, save_crtc_gen_cntl | CRTC_DISP_REQ_EN_B); in fixup_memory_mappings()
2080 OUTREG(CRTC_GEN_CNTL, save_crtc_gen_cntl); in fixup_memory_mappings()
A Daty128fb.c1019 aty_st_le32(CRTC_GEN_CNTL, crtc->gen_cntl); in aty128_set_crtc()
/linux-6.3-rc2/include/video/
A Daty128.h19 #define CRTC_GEN_CNTL 0x0050 macro
A Dmach64.h48 #define CRTC_GEN_CNTL 0x001C /* Dword offset 0_07 */ macro
A Dradeon.h71 #define CRTC_GEN_CNTL 0x0050 macro
/linux-6.3-rc2/drivers/gpu/drm/radeon/
A Dr100.c3779 save->CRTC_GEN_CNTL = RREG32(R_000050_CRTC_GEN_CNTL); in r100_mc_stop()
3793 (C_000050_CRTC_CUR_EN & save->CRTC_GEN_CNTL) | in r100_mc_stop()
3820 WREG32(R_000050_CRTC_GEN_CNTL, save->CRTC_GEN_CNTL); in r100_mc_resume()
A Dradeon_asic.h56 u32 CRTC_GEN_CNTL; member

Completed in 147 milliseconds