Home
last modified time | relevance | path

Searched refs:crtc_gen_cntl (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/drm2/radeon/
HDradeon_legacy_crtc.c660 uint32_t crtc_gen_cntl; in radeon_set_crtc_timing() local
664 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()
HDradeon_bios.c536 uint32_t crtc_gen_cntl; local
550 crtc_gen_cntl = RREG32(RADEON_CRTC_GEN_CNTL);
580 ((crtc_gen_cntl & ~RADEON_CRTC_EN) |
607 WREG32(RADEON_CRTC_GEN_CNTL, crtc_gen_cntl);
/NextBSD/sys/dev/fb/
HDmachfb.c816 uint32_t crtc_gen_cntl; in machfb_blank_display() local
820 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()