Searched refs:old_crtc_ext_cntl (Results 1 - 1 of 1) sorted by path

/haiku/src/add-ons/accelerants/radeon/
H A Dmonitor_detection.c105 uint32 old_crtc_ext_cntl, old_dac_ext_cntl, old_dac_cntl, value; local
109 old_crtc_ext_cntl = INREG(regs, RADEON_CRTC_EXT_CNTL);
111 value = old_crtc_ext_cntl | RADEON_CRTC_CRT_ON;
145 OUTREG(regs, RADEON_CRTC_EXT_CNTL, old_crtc_ext_cntl);
335 uint32 value, old_dac_cntl2, old_crtc_ext_cntl, old_crtc2_gen_cntl; local
349 old_crtc_ext_cntl = INREG(regs, RADEON_CRTC_EXT_CNTL);
408 OUTREG(regs, RADEON_CRTC_EXT_CNTL, old_crtc_ext_cntl);

Completed in 63 milliseconds