Searched refs:crtc_ext_cntl (Results 1 – 4 of 4) sorted by relevance
302 uint32_t crtc_ext_cntl = 0; in radeon_crtc_dpms() local323 crtc_ext_cntl = RADEON_CRTC_CRT_ON; in radeon_crtc_dpms()335 WREG32_P(RADEON_CRTC_EXT_CNTL, crtc_ext_cntl, ~(mask | crtc_ext_cntl)); in radeon_crtc_dpms()351 WREG32_P(RADEON_CRTC_EXT_CNTL, mask, ~(mask | crtc_ext_cntl)); in radeon_crtc_dpms()685 uint32_t crtc_ext_cntl; in radeon_set_crtc_timing() local706 crtc_ext_cntl = RREG32(RADEON_CRTC_EXT_CNTL); in radeon_set_crtc_timing()707 crtc_ext_cntl |= (RADEON_XCRT_CNT_EN | in radeon_set_crtc_timing()717 WREG32(RADEON_CRTC_EXT_CNTL, crtc_ext_cntl); in radeon_set_crtc_timing()
507 uint32_t crtc_ext_cntl; in legacy_read_disabled_bios() local519 crtc_ext_cntl = RREG32(RADEON_CRTC_EXT_CNTL); in legacy_read_disabled_bios()555 ((crtc_ext_cntl & ~RADEON_CRTC_CRT_ON) | in legacy_read_disabled_bios()576 WREG32(RADEON_CRTC_EXT_CNTL, crtc_ext_cntl); in legacy_read_disabled_bios()
1315 save->crtc_ext_cntl = INREG(CRTC_EXT_CNTL); in radeon_save_state()1481 OUTREGP(CRTC_EXT_CNTL, mode->crtc_ext_cntl, in radeon_write_mode()1741 newmode->crtc_ext_cntl = VGA_ATI_LINEAR | XCRT_CNT_EN; in radeonfb_set_par()1743 newmode->crtc_ext_cntl |= CRTC_CRT_ON; in radeonfb_set_par()1748 newmode->crtc_ext_cntl = VGA_ATI_LINEAR | XCRT_CNT_EN | in radeonfb_set_par()1912 newmode->crtc_ext_cntl &= ~CRTC_CRT_ON; in radeonfb_set_par()
185 u32 crtc_ext_cntl; member