HomeSort by: relevance | last modified time | path
    Searched defs:tv_dac_cntl (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_legacy_tv.c 542 uint32_t tv_master_cntl, tv_rgb_cntl, tv_dac_cntl; local in function:radeon_legacy_tv_mode_set
676 tv_dac_cntl = tv_dac->ntsc_tvdac_adj;
678 tv_dac_cntl = tv_dac->pal_tvdac_adj;
680 tv_dac_cntl |= RADEON_TV_DAC_NBLANK | RADEON_TV_DAC_NHOLD;
684 tv_dac_cntl |= RADEON_TV_DAC_STD_NTSC;
686 tv_dac_cntl |= RADEON_TV_DAC_STD_PAL;
825 WREG32(RADEON_TV_DAC_CNTL, tv_dac_cntl);
radeon_legacy_encoders.c 1048 uint32_t fp2_gen_cntl = 0, crtc2_gen_cntl = 0, tv_dac_cntl = 0; local in function:radeon_legacy_tv_dac_dpms
1062 tv_dac_cntl = RREG32(RADEON_TV_DAC_CNTL);
1078 tv_dac_cntl &= ~(R420_TV_DAC_RDACPD |
1083 tv_dac_cntl &= ~(RADEON_TV_DAC_RDACPD |
1103 tv_dac_cntl |= (R420_TV_DAC_RDACPD |
1108 tv_dac_cntl |= (RADEON_TV_DAC_RDACPD |
1124 WREG32(RADEON_TV_DAC_CNTL, tv_dac_cntl);
1166 uint32_t tv_dac_cntl, gpiopad_a = 0, dac2_cntl, disp_output_cntl = 0; local in function:radeon_legacy_tv_dac_mode_set
1175 tv_dac_cntl = RREG32(RADEON_TV_DAC_CNTL);
1179 tv_dac_cntl &= ~(RADEON_TV_DAC_STD_MASK
1316 uint32_t crtc2_gen_cntl, tv_dac_cntl, dac_cntl2, dac_ext_cntl; local in function:r300_legacy_tv_detect
1387 uint32_t tv_dac_cntl, dac_cntl2; local in function:radeon_legacy_tv_detect
1541 uint32_t crtc2_gen_cntl = 0, tv_dac_cntl, dac_cntl2, dac_ext_cntl; local in function:radeon_legacy_tv_dac_detect
    [all...]
radeon_r100.c 2678 u32 tv_dac_cntl = RREG32(RADEON_TV_DAC_CNTL); local in function:r100_set_common_regs
2691 tv_dac_cntl &= ~(RADEON_TV_DAC_PEDESTAL |
2698 tv_dac_cntl |= (RADEON_TV_DAC_NBLANK |
2703 WREG32(RADEON_TV_DAC_CNTL, tv_dac_cntl);

Completed in 16 milliseconds