Searched refs:crtc2_gen_cntl (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/dev/drm2/radeon/
H A Dradeon_legacy_encoders.c1038 uint32_t fp2_gen_cntl = 0, crtc2_gen_cntl = 0, tv_dac_cntl = 0; local
1051 crtc2_gen_cntl = RREG32(RADEON_CRTC2_GEN_CNTL);
1063 crtc2_gen_cntl |= RADEON_CRTC2_CRT2_ON;
1088 crtc2_gen_cntl &= ~RADEON_CRTC2_CRT2_ON;
1113 WREG32(RADEON_CRTC2_GEN_CNTL, crtc2_gen_cntl);
1306 uint32_t crtc2_gen_cntl, tv_dac_cntl, dac_cntl2, dac_ext_cntl; local
1313 crtc2_gen_cntl = RREG32(RADEON_CRTC2_GEN_CNTL);
1365 WREG32(RADEON_CRTC2_GEN_CNTL, crtc2_gen_cntl);
1441 uint32_t gpio_monid, fp2_gen_cntl, disp_output_cntl, crtc2_gen_cntl; local
1453 crtc2_gen_cntl
1531 uint32_t crtc2_gen_cntl = 0, tv_dac_cntl, dac_cntl2, dac_ext_cntl; local
[all...]
H A Dradeon_bios.c537 uint32_t crtc2_gen_cntl; local
551 crtc2_gen_cntl = 0;
562 crtc2_gen_cntl = RREG32(RADEON_CRTC2_GEN_CNTL);
585 ((crtc2_gen_cntl & ~RADEON_CRTC2_EN) |
609 WREG32(RADEON_CRTC2_GEN_CNTL, crtc2_gen_cntl);
H A Dradeon_legacy_crtc.c627 uint32_t crtc2_gen_cntl; local
631 crtc2_gen_cntl = RREG32(RADEON_CRTC2_GEN_CNTL) & 0x00718080;
632 crtc2_gen_cntl |= ((format << 8)
649 crtc2_gen_cntl |= RADEON_CRTC2_EN;
655 WREG32(RADEON_CRTC2_GEN_CNTL, crtc2_gen_cntl);

Completed in 90 milliseconds