Searched refs:crtc_ext_cntl (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_output.c244 save->crtc_ext_cntl |= R128_CRTC_CRT_ON;
282 save->crtc_ext_cntl &= ~(R128_CRTC_CRT_ON);
H A Dr128.h187 uint32_t crtc_ext_cntl; member in struct:__anona5d7874c0208
H A Dr128_crtc.c108 save->crtc_ext_cntl |= R128_VGA_ATI_LINEAR | R128_XCRT_CNT_EN;
260 OUTREGP(R128_CRTC_EXT_CNTL, restore->crtc_ext_cntl,
H A Dr128_driver.c2361 save->crtc_ext_cntl = INREG(R128_CRTC_EXT_CNTL);
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dlegacy_output.c965 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 in function:radeon_detect_primary_dac
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);
H A Dlegacy_crtc.c152 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|
H A Dradeon_probe.h590 uint32_t crtc_ext_cntl; member in struct:__anon297917400b08
H A Dradeon_bios.c273 uint32_t crtc_ext_cntl = INREG(RADEON_CRTC_EXT_CNTL); local in function:radeon_read_disabled_bios
300 OUTREG(RADEON_CRTC_EXT_CNTL, ((crtc_ext_cntl & ~RADEON_CRTC_CRT_ON) |
316 OUTREG(RADEON_CRTC_EXT_CNTL, crtc_ext_cntl);
H A Dradeon_driver.c4093 uint32_t crtc_ext_cntl, crtc_gen_cntl, crtc2_gen_cntl=0, ov0_scale_cntl; local in function:RADEONRestoreMemMapRegisters
4113 crtc_ext_cntl = INREG(RADEON_CRTC_EXT_CNTL);
4114 OUTREG(RADEON_CRTC_EXT_CNTL, crtc_ext_cntl | RADEON_CRTC_DISPLAY_DIS);

Completed in 25 milliseconds