Home
last modified time | relevance | path

Searched refs:RADEON_CRTC_GEN_CNTL (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/dev/drm/radeon/
H A Dradeon_legacy_crtc.c330 WREG32_P(RADEON_CRTC_GEN_CNTL, RADEON_CRTC_EN, ~(RADEON_CRTC_EN | in radeon_crtc_dpms()
346 WREG32_P(RADEON_CRTC_GEN_CNTL, RADEON_CRTC_DISP_REQ_EN_B, ~(RADEON_CRTC_EN | in radeon_crtc_dpms()
538 gen_cntl_reg = RADEON_CRTC_GEN_CNTL; in radeon_crtc_do_set_base()
691 crtc_gen_cntl = RREG32(RADEON_CRTC_GEN_CNTL) & 0x00718000; in radeon_set_crtc_timing()
719 WREG32(RADEON_CRTC_GEN_CNTL, crtc_gen_cntl); in radeon_set_crtc_timing()
H A Dradeon_bios.c553 crtc_gen_cntl = RREG32(RADEON_CRTC_GEN_CNTL);
582 WREG32(RADEON_CRTC_GEN_CNTL,
610 WREG32(RADEON_CRTC_GEN_CNTL, crtc_gen_cntl);
H A Dradeon_cursor.c76 reg = RADEON_CRTC_GEN_CNTL; in radeon_hide_cursor()
127 WREG32(RADEON_MM_INDEX, RADEON_CRTC_GEN_CNTL); in radeon_show_cursor()
H A Dr100.c119 if (!(RREG32(RADEON_CRTC_GEN_CNTL) & RADEON_CRTC_EN)) in r100_wait_for_vblank()
459 tmp = RREG32(RADEON_CRTC_GEN_CNTL); in r100_pm_prepare()
461 WREG32(RADEON_CRTC_GEN_CNTL, tmp); in r100_pm_prepare()
490 tmp = RREG32(RADEON_CRTC_GEN_CNTL); in r100_pm_finish()
492 WREG32(RADEON_CRTC_GEN_CNTL, tmp); in r100_pm_finish()
2861 (void)RREG32(RADEON_CRTC_GEN_CNTL); in r100_pll_errata_after_index()
H A Dradeon_device.c718 reg = RREG32(RADEON_CRTC_GEN_CNTL) | in radeon_card_posted()
H A Dradeon_reg.h435 #define RADEON_CRTC_GEN_CNTL 0x0050 macro