Searched refs:CRTC2_GEN_CNTL (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/video/fbdev/aty/ |
H A 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() 1253 crtcGenCntl2 = INREG( CRTC2_GEN_CNTL); in radeon_pm_full_reset_sdram() 1265 OUTREG( CRTC2_GEN_CNTL, (crtcGenCntl2 | CRTC2_GEN_CNTL__CRTC2_DISP_REQ_EN_B) ); in radeon_pm_full_reset_sdram() 1424 OUTREG( CRTC2_GEN_CNTL, crtcGenCntl2); in radeon_pm_full_reset_sdram() 1793 OUTREG(CRTC2_GEN_CNTL, INREG(CRTC2_GEN_CNTL) in radeon_reinitialize_M10() 2114 OUTREG(CRTC2_GEN_CNTL, 0x04000000); in radeon_reinitialize_M9P() 2238 OUTREG(CRTC2_GEN_CNTL, INREG(CRTC2_GEN_CNTL)); 2426 c2gc = INREG(CRTC2_GEN_CNTL); [all …]
|
H A D | radeon_base.c | 2026 save_crtc2_gen_cntl = INREG(CRTC2_GEN_CNTL); in fixup_memory_mappings() 2027 OUTREG(CRTC2_GEN_CNTL, save_crtc2_gen_cntl | CRTC2_DISP_REQ_EN_B); in fixup_memory_mappings() 2082 OUTREG(CRTC2_GEN_CNTL, save_crtc2_gen_cntl); in fixup_memory_mappings()
|
H A D | aty128fb.c | 2346 aty_st_le32(CRTC2_GEN_CNTL, aty_ld_le32(CRTC2_GEN_CNTL) & in aty128_set_suspend()
|
/openbmc/linux/include/video/ |
H A D | aty128.h | 69 #define CRTC2_GEN_CNTL 0x03f8 macro
|
H A D | radeon.h | 99 #define CRTC2_GEN_CNTL 0x03f8 macro
|
/openbmc/qemu/hw/display/ |
H A D | ati_regs.h | 111 #define CRTC2_GEN_CNTL 0x03f8 macro
|
/openbmc/u-boot/include/ |
H A D | radeon.h | 99 #define CRTC2_GEN_CNTL 0x03f8 macro
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | r100.c | 3802 save->CRTC2_GEN_CNTL = RREG32(R_0003F8_CRTC2_GEN_CNTL); in r100_mc_stop() 3822 (C_0003F8_CRTC2_CUR_EN & save->CRTC2_GEN_CNTL) | in r100_mc_stop() 3842 WREG32(R_0003F8_CRTC2_GEN_CNTL, save->CRTC2_GEN_CNTL); in r100_mc_resume()
|
H A D | radeon_asic.h | 57 u32 CRTC2_GEN_CNTL; member
|