Searched refs:CRTC2_GEN_CNTL (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/drivers/video/aty/ |
D | radeon_pm.c | 581 rinfo->save_regs[18] = (INREG(CRTC2_GEN_CNTL) & 0xfdffffff) | 0x04000000; in radeon_pm_save_regs() 718 OUTREG(CRTC2_GEN_CNTL, rinfo->save_regs[18]); in radeon_pm_restore_regs() 1052 OUTREG( CRTC2_GEN_CNTL, (INREG( CRTC2_GEN_CNTL) & ~CRTC2_GEN_CNTL__CRTC2_EN) in radeon_pm_setup_for_suspend() 1250 crtcGenCntl2 = INREG( CRTC2_GEN_CNTL); in radeon_pm_full_reset_sdram() 1262 OUTREG( CRTC2_GEN_CNTL, (crtcGenCntl2 | CRTC2_GEN_CNTL__CRTC2_DISP_REQ_EN_B) ); in radeon_pm_full_reset_sdram() 1421 OUTREG( CRTC2_GEN_CNTL, crtcGenCntl2); in radeon_pm_full_reset_sdram() 1789 OUTREG(CRTC2_GEN_CNTL, INREG(CRTC2_GEN_CNTL) in radeon_reinitialize_M10() 2109 OUTREG(CRTC2_GEN_CNTL, 0x04000000); in radeon_reinitialize_M9P() 2232 OUTREG(CRTC2_GEN_CNTL, INREG(CRTC2_GEN_CNTL)); 2420 c2gc = INREG(CRTC2_GEN_CNTL); [all …]
|
D | radeon_base.c | 1929 save_crtc2_gen_cntl = INREG(CRTC2_GEN_CNTL); in fixup_memory_mappings() 1930 OUTREG(CRTC2_GEN_CNTL, save_crtc2_gen_cntl | CRTC2_DISP_REQ_EN_B); in fixup_memory_mappings() 1985 OUTREG(CRTC2_GEN_CNTL, save_crtc2_gen_cntl); in fixup_memory_mappings()
|
D | aty128fb.c | 2395 aty_st_le32(CRTC2_GEN_CNTL, aty_ld_le32(CRTC2_GEN_CNTL) & in aty128_set_suspend()
|
/linux-2.6.39/include/video/ |
D | aty128.h | 68 #define CRTC2_GEN_CNTL 0x03f8 macro
|
D | radeon.h | 98 #define CRTC2_GEN_CNTL 0x03f8 macro
|
/linux-2.6.39/drivers/gpu/drm/radeon/ |
D | radeon_asic.h | 52 u32 CRTC2_GEN_CNTL; member
|
D | r100.c | 3667 save->CRTC2_GEN_CNTL = RREG32(R_0003F8_CRTC2_GEN_CNTL); in r100_mc_stop() 3687 (C_0003F8_CRTC2_CUR_EN & save->CRTC2_GEN_CNTL) | in r100_mc_stop() 3707 WREG32(R_0003F8_CRTC2_GEN_CNTL, save->CRTC2_GEN_CNTL); in r100_mc_resume()
|