Searched refs:crtc_gen_cntl (Results 1 – 3 of 3) sorted by relevance
660 uint32_t crtc_gen_cntl; in radeon_set_crtc_timing() local664 crtc_gen_cntl = RREG32(RADEON_CRTC_GEN_CNTL) & 0x00718000; in radeon_set_crtc_timing()665 crtc_gen_cntl |= (RADEON_CRTC_EXT_DISP_EN in radeon_set_crtc_timing()680 crtc_gen_cntl |= RADEON_CRTC_EN; in radeon_set_crtc_timing()692 WREG32(RADEON_CRTC_GEN_CNTL, crtc_gen_cntl); in radeon_set_crtc_timing()
536 uint32_t crtc_gen_cntl; local550 crtc_gen_cntl = RREG32(RADEON_CRTC_GEN_CNTL);580 ((crtc_gen_cntl & ~RADEON_CRTC_EN) |607 WREG32(RADEON_CRTC_GEN_CNTL, crtc_gen_cntl);
816 uint32_t crtc_gen_cntl; in machfb_blank_display() local820 crtc_gen_cntl = (regr(sc, CRTC_GEN_CNTL) | CRTC_EXT_DISP_EN | CRTC_EN) & in machfb_blank_display()826 crtc_gen_cntl |= CRTC_HSYNC_DIS | CRTC_VSYNC_DIS | in machfb_blank_display()830 crtc_gen_cntl |= CRTC_HSYNC_DIS | CRTC_DISPLAY_DIS; in machfb_blank_display()833 crtc_gen_cntl |= CRTC_VSYNC_DIS | CRTC_DISPLAY_DIS; in machfb_blank_display()836 regw(sc, CRTC_GEN_CNTL, crtc_gen_cntl); in machfb_blank_display()