Searched refs:crtc_ext_cntl (Results 1 – 5 of 5) sorted by relevance
387 uint32_t crtc_ext_cntl; in legacy_read_disabled_bios() local396 crtc_ext_cntl = RREG32(RADEON_CRTC_EXT_CNTL); in legacy_read_disabled_bios()429 ((crtc_ext_cntl & ~RADEON_CRTC_CRT_ON) | in legacy_read_disabled_bios()447 WREG32(RADEON_CRTC_EXT_CNTL, crtc_ext_cntl); in legacy_read_disabled_bios()
494 uint32_t crtc_ext_cntl = RREG32(RADEON_CRTC_EXT_CNTL); in radeon_legacy_primary_dac_dpms() local502 crtc_ext_cntl |= RADEON_CRTC_CRT_ON; in radeon_legacy_primary_dac_dpms()511 crtc_ext_cntl &= ~RADEON_CRTC_CRT_ON; in radeon_legacy_primary_dac_dpms()519 WREG32(RADEON_CRTC_EXT_CNTL, crtc_ext_cntl); in radeon_legacy_primary_dac_dpms()615 uint32_t vclk_ecp_cntl, crtc_ext_cntl; in radeon_legacy_primary_dac_detect() local622 crtc_ext_cntl = RREG32(RADEON_CRTC_EXT_CNTL); in radeon_legacy_primary_dac_detect()631 tmp = crtc_ext_cntl | RADEON_CRTC_CRT_ON; in radeon_legacy_primary_dac_detect()668 WREG32(RADEON_CRTC_EXT_CNTL, crtc_ext_cntl); in radeon_legacy_primary_dac_detect()
649 uint32_t crtc_ext_cntl; in radeon_set_crtc_timing() local670 crtc_ext_cntl = RREG32(RADEON_CRTC_EXT_CNTL); in radeon_set_crtc_timing()671 crtc_ext_cntl |= (RADEON_XCRT_CNT_EN | in radeon_set_crtc_timing()681 WREG32(RADEON_CRTC_EXT_CNTL, crtc_ext_cntl); in radeon_set_crtc_timing()
1211 save->crtc_ext_cntl = INREG(CRTC_EXT_CNTL); in radeon_save_state()1377 OUTREGP(CRTC_EXT_CNTL, mode->crtc_ext_cntl, in radeon_write_mode()1643 newmode->crtc_ext_cntl = VGA_ATI_LINEAR | XCRT_CNT_EN; in radeonfb_set_par()1645 newmode->crtc_ext_cntl |= CRTC_CRT_ON; in radeonfb_set_par()1650 newmode->crtc_ext_cntl = VGA_ATI_LINEAR | XCRT_CNT_EN | in radeonfb_set_par()1814 newmode->crtc_ext_cntl &= ~CRTC_CRT_ON; in radeonfb_set_par()
184 u32 crtc_ext_cntl; member