Searched refs:CRTC2_GEN_CNTL (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/video/fbdev/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() 1791 OUTREG(CRTC2_GEN_CNTL, INREG(CRTC2_GEN_CNTL) in radeon_reinitialize_M10() 2112 OUTREG(CRTC2_GEN_CNTL, 0x04000000); in radeon_reinitialize_M9P() 2237 OUTREG(CRTC2_GEN_CNTL, INREG(CRTC2_GEN_CNTL)); 2425 c2gc = INREG(CRTC2_GEN_CNTL); [all …]
|
D | radeon_base.c | 1924 save_crtc2_gen_cntl = INREG(CRTC2_GEN_CNTL); in fixup_memory_mappings() 1925 OUTREG(CRTC2_GEN_CNTL, save_crtc2_gen_cntl | CRTC2_DISP_REQ_EN_B); in fixup_memory_mappings() 1980 OUTREG(CRTC2_GEN_CNTL, save_crtc2_gen_cntl); in fixup_memory_mappings()
|
D | aty128fb.c | 2457 aty_st_le32(CRTC2_GEN_CNTL, aty_ld_le32(CRTC2_GEN_CNTL) & in aty128_set_suspend()
|
/linux-4.1.27/include/video/ |
D | aty128.h | 68 #define CRTC2_GEN_CNTL 0x03f8 macro
|
D | radeon.h | 98 #define CRTC2_GEN_CNTL 0x03f8 macro
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | r100.c | 3764 save->CRTC2_GEN_CNTL = RREG32(R_0003F8_CRTC2_GEN_CNTL); in r100_mc_stop() 3784 (C_0003F8_CRTC2_CUR_EN & save->CRTC2_GEN_CNTL) | in r100_mc_stop() 3804 WREG32(R_0003F8_CRTC2_GEN_CNTL, save->CRTC2_GEN_CNTL); in r100_mc_resume()
|
D | radeon_asic.h | 57 u32 CRTC2_GEN_CNTL; member
|