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

/freebsd-12-stable/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
1052 tv_dac_cntl = RREG32(RADEON_TV_DAC_CNTL);
1068 tv_dac_cntl &= ~(R420_TV_DAC_RDACPD |
1073 tv_dac_cntl &= ~(RADEON_TV_DAC_RDACPD |
1093 tv_dac_cntl |= (R420_TV_DAC_RDACPD |
1098 tv_dac_cntl |= (RADEON_TV_DAC_RDACPD |
1114 WREG32(RADEON_TV_DAC_CNTL, tv_dac_cntl);
1156 uint32_t tv_dac_cntl, gpiopad_a = 0, dac2_cntl, disp_output_cntl = 0; local
1165 tv_dac_cntl = RREG32(RADEON_TV_DAC_CNTL);
1169 tv_dac_cntl
1306 uint32_t crtc2_gen_cntl, tv_dac_cntl, dac_cntl2, dac_ext_cntl; local
1377 uint32_t tv_dac_cntl, dac_cntl2; local
1531 uint32_t crtc2_gen_cntl = 0, tv_dac_cntl, dac_cntl2, dac_ext_cntl; local
[all...]
H A Dradeon_legacy_tv.c547 uint32_t tv_master_cntl, tv_rgb_cntl, tv_dac_cntl; local
681 tv_dac_cntl = tv_dac->ntsc_tvdac_adj;
683 tv_dac_cntl = tv_dac->pal_tvdac_adj;
685 tv_dac_cntl |= RADEON_TV_DAC_NBLANK | RADEON_TV_DAC_NHOLD;
689 tv_dac_cntl |= RADEON_TV_DAC_STD_NTSC;
691 tv_dac_cntl |= RADEON_TV_DAC_STD_PAL;
836 WREG32(RADEON_TV_DAC_CNTL, tv_dac_cntl);
H A Dr100.c2771 u32 tv_dac_cntl = RREG32(RADEON_TV_DAC_CNTL); local
2784 tv_dac_cntl &= ~(RADEON_TV_DAC_PEDESTAL |
2791 tv_dac_cntl |= (RADEON_TV_DAC_NBLANK |
2796 WREG32(RADEON_TV_DAC_CNTL, tv_dac_cntl);

Completed in 132 milliseconds