| /xsrc/external/mit/xf86-video-r128/dist/src/ |
| r128_output.c | 244 save->crtc_ext_cntl |= R128_CRTC_CRT_ON; 282 save->crtc_ext_cntl &= ~(R128_CRTC_CRT_ON);
|
| r128_crtc.c | 109 save->crtc_ext_cntl |= R128_VGA_ATI_LINEAR | R128_XCRT_CNT_EN; 262 OUTREGP(R128_CRTC_EXT_CNTL, restore->crtc_ext_cntl,
|
| r128.h | 184 uint32_t crtc_ext_cntl; member in struct:__anon167
|
| r128_driver.c | 2346 save->crtc_ext_cntl = INREG(R128_CRTC_EXT_CNTL);
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| legacy_output.c | 965 save->crtc_ext_cntl |= RADEON_CRTC_CRT_ON; 1075 save->crtc_ext_cntl &= ~RADEON_CRTC_CRT_ON; 1696 uint32_t vclk_ecp_cntl, crtc_ext_cntl; local 1702 crtc_ext_cntl = INREG(RADEON_CRTC_EXT_CNTL); 1711 tmp = crtc_ext_cntl | RADEON_CRTC_CRT_ON; 1752 OUTREG(RADEON_CRTC_EXT_CNTL, crtc_ext_cntl);
|
| legacy_crtc.c | 152 restore->crtc_ext_cntl, 536 save->crtc_ext_cntl = INREG(RADEON_CRTC_EXT_CNTL); 558 if (save->crtc_ext_cntl & RADEON_CRTC_DISPLAY_DIS) 921 save->crtc_ext_cntl |= (RADEON_XCRT_CNT_EN|
|
| radeon_probe.h | 590 uint32_t crtc_ext_cntl; member in struct:__anon6870
|
| radeon_bios.c | 273 uint32_t crtc_ext_cntl = INREG(RADEON_CRTC_EXT_CNTL); local 300 OUTREG(RADEON_CRTC_EXT_CNTL, ((crtc_ext_cntl & ~RADEON_CRTC_CRT_ON) | 316 OUTREG(RADEON_CRTC_EXT_CNTL, crtc_ext_cntl);
|
| radeon_driver.c | 4093 uint32_t crtc_ext_cntl, crtc_gen_cntl, crtc2_gen_cntl=0, ov0_scale_cntl; local 4113 crtc_ext_cntl = INREG(RADEON_CRTC_EXT_CNTL); 4114 OUTREG(RADEON_CRTC_EXT_CNTL, crtc_ext_cntl | RADEON_CRTC_DISPLAY_DIS);
|