Searched refs:CRTC_GEN_CNTL (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/video/fbdev/aty/ |
| H A D | mach64_gx.c | 442 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() 816 old_crtc_ext_disp = aty_ld_8(CRTC_GEN_CNTL + 3, par); in aty_set_pll_408() [all …]
|
| H A D | radeon_pm.c | 580 rinfo->save_regs[17] = (INREG(CRTC_GEN_CNTL) & 0xfdffffff) | 0x04000000; in radeon_pm_save_regs() 717 OUTREG(CRTC_GEN_CNTL, rinfo->save_regs[17]); in radeon_pm_restore_regs() 1050 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() 1264 OUTREG( CRTC_GEN_CNTL, (crtcGenCntl | CRTC_GEN_CNTL__CRTC_DISP_REQ_EN_B) ); 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); [all …]
|
| H A D | mach64_ct.c | 310 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()
|
| /linux/include/video/ |
| H A D | aty128.h | 19 #define CRTC_GEN_CNTL 0x0050 macro
|
| H A D | mach64.h | 48 #define CRTC_GEN_CNTL 0x001C /* Dword offset 0_07 */ macro
|
| H A D | radeon.h | 71 #define CRTC_GEN_CNTL 0x0050 macro
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | r100.c | 3806 save->CRTC_GEN_CNTL = RREG32(R_000050_CRTC_GEN_CNTL); in r100_mc_stop() 3820 (C_000050_CRTC_CUR_EN & save->CRTC_GEN_CNTL) | in r100_mc_stop() 3847 WREG32(R_000050_CRTC_GEN_CNTL, save->CRTC_GEN_CNTL); in r100_mc_resume()
|