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

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dlegacy_crtc.c171 OUTREG(RADEON_CRTC2_GEN_CNTL, restore->crtc2_gen_cntl);
184 /* uint32_t crtc2_gen_cntl;*/
194 restore->crtc2_gen_cntl | RADEON_CRTC2_VSYNC_DIS |
211 OUTREG(RADEON_CRTC2_GEN_CNTL, restore->crtc2_gen_cntl);
554 save->crtc2_gen_cntl = INREG(RADEON_CRTC2_GEN_CNTL);
572 save->crtc2_gen_cntl = INREG(RADEON_CRTC2_GEN_CNTL);
591 if (save->crtc2_gen_cntl & RADEON_CRTC2_DISP_DIS)
964 save->crtc2_gen_cntl = info->SavedReg->crtc2_gen_cntl;
1152 if (save->crtc2_gen_cntl
[all...]
H A Dlegacy_output.c986 save->crtc2_gen_cntl |= RADEON_CRTC2_CRT2_ON;
1096 save->crtc2_gen_cntl &= ~RADEON_CRTC2_CRT2_ON;
1763 uint32_t gpio_monid, fp2_gen_cntl, disp_output_cntl, crtc2_gen_cntl; local in function:radeon_detect_ext_dac
1776 crtc2_gen_cntl = INREG(RADEON_CRTC2_GEN_CNTL);
1846 OUTREG(RADEON_CRTC2_GEN_CNTL, crtc2_gen_cntl);
1859 uint32_t crtc2_gen_cntl, tv_dac_cntl, dac_cntl2, dac_ext_cntl; local in function:radeon_detect_tv_dac
1868 crtc2_gen_cntl = INREG(RADEON_CRTC2_GEN_CNTL);
1881 tmp = crtc2_gen_cntl & ~RADEON_CRTC2_PIX_WIDTH_MASK;
1943 OUTREG(RADEON_CRTC2_GEN_CNTL, crtc2_gen_cntl);
1961 uint32_t tmp, dac_cntl2, crtc2_gen_cntl, dac_ext_cnt local in function:r300_detect_tv
[all...]
H A Datombios_crtc.c932 uint32_t crtc_gen_cntl, crtc2_gen_cntl, crtc_pitch; local in function:legacy_set_base_format
966 crtc2_gen_cntl = INREG(RADEON_CRTC2_GEN_CNTL) & 0xfffff0ff;
967 crtc2_gen_cntl |= (format << 8);
968 OUTREG(RADEON_CRTC2_GEN_CNTL, crtc2_gen_cntl);
H A Dradeon_bios.c272 uint32_t crtc2_gen_cntl = 0; local in function:radeon_read_disabled_bios
280 crtc2_gen_cntl = INREG(RADEON_CRTC2_GEN_CNTL);
296 OUTREG(RADEON_CRTC2_GEN_CNTL, ((crtc2_gen_cntl & ~RADEON_CRTC2_EN) |
315 OUTREG(RADEON_CRTC2_GEN_CNTL, crtc2_gen_cntl);
H A Dradeon_probe.h605 uint32_t crtc2_gen_cntl; member in struct:__anon297917400b08
H A Dradeon_driver.c972 uint32_t crtc2_gen_cntl; local in function:RADEONWaitForVerticalSync2
975 crtc2_gen_cntl = INREG(RADEON_CRTC2_GEN_CNTL);
976 if ((crtc2_gen_cntl & RADEON_CRTC2_DISP_REQ_EN_B) ||
977 !(crtc2_gen_cntl & RADEON_CRTC2_EN))
4093 uint32_t crtc_ext_cntl, crtc_gen_cntl, crtc2_gen_cntl=0, ov0_scale_cntl; local in function:RADEONRestoreMemMapRegisters
4123 crtc2_gen_cntl = INREG(RADEON_CRTC2_GEN_CNTL);
4126 (crtc2_gen_cntl
/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128.h198 uint32_t crtc2_gen_cntl; member in struct:__anona5d7874c0208
H A Dr128_crtc.c196 save->crtc2_gen_cntl = (R128_CRTC2_EN
202 save->crtc2_gen_cntl &= ~R128_CRTC_EXT_DISP_EN;
203 save->crtc2_gen_cntl |= (1 << 21);
278 OUTREGP(R128_CRTC2_GEN_CNTL, restore->crtc2_gen_cntl,
H A Dr128_driver.c2397 save->crtc2_gen_cntl = INREG(R128_CRTC2_GEN_CNTL);

Completed in 25 milliseconds