Searched refs:old_crtc2_gen_cntl (Results 1 – 1 of 1) sorted by relevance
/haiku/src/add-ons/accelerants/radeon/ |
H A D | monitor_detection.c | 181 uint32 old_crtc2_gen_cntl, old_tv_dac_cntl, old_dac_cntl2, value; in Radeon_DetectTVCRT_RV200() local 185 old_crtc2_gen_cntl = INREG(regs, RADEON_CRTC2_GEN_CNTL); in Radeon_DetectTVCRT_RV200() 187 value = old_crtc2_gen_cntl & ~RADEON_CRTC2_PIX_WIDTH_MASK; in Radeon_DetectTVCRT_RV200() 221 OUTREG(regs, RADEON_CRTC2_GEN_CNTL, old_crtc2_gen_cntl); in Radeon_DetectTVCRT_RV200() 232 uint32 old_crtc2_gen_cntl, old_tv_dac_cntl, old_dac_cntl2, value; in Radeon_DetectTVCRT_R300() local 243 old_crtc2_gen_cntl = INREG(regs, RADEON_CRTC2_GEN_CNTL); in Radeon_DetectTVCRT_R300() 248 value = old_crtc2_gen_cntl; in Radeon_DetectTVCRT_R300() 281 OUTREG(regs, RADEON_CRTC2_GEN_CNTL, old_crtc2_gen_cntl); in Radeon_DetectTVCRT_R300() 335 uint32 value, old_dac_cntl2, old_crtc_ext_cntl, old_crtc2_gen_cntl; in Radeon_DetectTV_RV200() local 350 old_crtc2_gen_cntl = INREG(regs, RADEON_CRTC2_GEN_CNTL); in Radeon_DetectTV_RV200() [all …]
|