Searched refs:crtc_gen_cntl (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Datirgb514.c158 CARD32 crtc_gen_cntl, dac_cntl; local in function:ATIRGB514Save
163 crtc_gen_cntl = inr(CRTC_GEN_CNTL);
164 if (!(crtc_gen_cntl & CRTC_EXT_DISP_EN))
165 outr(CRTC_GEN_CNTL, crtc_gen_cntl | CRTC_EXT_DISP_EN);
196 if (!(crtc_gen_cntl & CRTC_EXT_DISP_EN))
197 outr(CRTC_GEN_CNTL, crtc_gen_cntl);
238 CARD32 crtc_gen_cntl, dac_cntl; local in function:ATIRGB514Set
243 crtc_gen_cntl = inr(CRTC_GEN_CNTL);
244 if (!(crtc_gen_cntl & CRTC_EXT_DISP_EN))
245 outr(CRTC_GEN_CNTL, crtc_gen_cntl | CRTC_EXT_DISP_E
[all...]
H A Daticlock.c309 CARD32 crtc_gen_cntl, tmp; local in function:ATIClockSet
318 crtc_gen_cntl = inr(CRTC_GEN_CNTL);
319 if (!(crtc_gen_cntl & CRTC_EXT_DISP_EN))
320 outr(CRTC_GEN_CNTL, crtc_gen_cntl | CRTC_EXT_DISP_EN);
437 if (!(crtc_gen_cntl & CRTC_EXT_DISP_EN))
438 outr(CRTC_GEN_CNTL, crtc_gen_cntl);
H A Datimach64.c90 if ((pATI->LockData.crtc_gen_cntl & CRTC_CSYNC_EN) && !pATI->OptionCSync)
408 pATIHW->crtc_gen_cntl = inr(CRTC_GEN_CNTL);
759 pATIHW->crtc_gen_cntl = inr(CRTC_GEN_CNTL) &
768 pATIHW->crtc_gen_cntl |=
773 pATIHW->crtc_gen_cntl |= SetBits(PIX_WIDTH_8BPP, CRTC_PIX_WIDTH);
777 pATIHW->crtc_gen_cntl |= SetBits(PIX_WIDTH_15BPP, CRTC_PIX_WIDTH);
781 pATIHW->crtc_gen_cntl |= SetBits(PIX_WIDTH_16BPP, CRTC_PIX_WIDTH);
787 pATIHW->crtc_gen_cntl |=
796 pATIHW->crtc_gen_cntl |= SetBits(PIX_WIDTH_32BPP, CRTC_PIX_WIDTH);
803 pATIHW->crtc_gen_cntl |
1181 CARD32 crtc_gen_cntl = inr(CRTC_GEN_CNTL); local in function:ATIMach64SaveScreen
1213 CARD32 crtc_gen_cntl = local in function:ATIMach64SetDPMSMode
[all...]
H A Datiprint.c293 CARD32 crtc_gen_cntl, dac_cntl; local in function:ATIRGB514PrintRegisters
298 crtc_gen_cntl = inr(CRTC_GEN_CNTL);
299 if (!(crtc_gen_cntl & CRTC_EXT_DISP_EN))
300 outr(CRTC_GEN_CNTL, crtc_gen_cntl | CRTC_EXT_DISP_EN);
342 if (!(crtc_gen_cntl & CRTC_EXT_DISP_EN))
343 outr(CRTC_GEN_CNTL, crtc_gen_cntl);
H A Datilock.c97 tmp = pATI->LockData.crtc_gen_cntl = inr(CRTC_GEN_CNTL) &
498 outr(CRTC_GEN_CNTL, pATI->LockData.crtc_gen_cntl | CRTC_EN);
499 outr(CRTC_GEN_CNTL, pATI->LockData.crtc_gen_cntl);
500 outr(CRTC_GEN_CNTL, pATI->LockData.crtc_gen_cntl | CRTC_EN);
H A Datistruct.h124 crtc_off_pitch, crtc_gen_cntl, dsp_config, dsp_on_off, mem_buf_cntl, member in struct:_ATIHWRec
427 CARD32 crtc_int_cntl, crtc_gen_cntl, i2c_cntl_0, hw_debug, member in struct:_ATIRec::__anon954fe0380108
H A Datimode.c541 pATIHW->crtc_gen_cntl &= ~(CRTC2_EN | CRTC2_PIX_WIDTH);
846 pATIHW->crtc_gen_cntl & ~(CRTC_EXT_DISP_EN | CRTC_EN));
930 outr(CRTC_GEN_CNTL, pATIHW->crtc_gen_cntl);
H A Datipreinit.c810 pATIHW->crtc_gen_cntl = inr(CRTC_GEN_CNTL);
811 if (!(pATIHW->crtc_gen_cntl & CRTC_EN) &&
821 if (!(pATIHW->crtc_gen_cntl & CRTC_EXT_DISP_EN))
1273 if (!(pATIHW->crtc_gen_cntl & CRTC_EXT_DISP_EN))
2047 Bool ext_disp_en = (pATI->LockData.crtc_gen_cntl & CRTC_EXT_DISP_EN);
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Datombios_crtc.c932 uint32_t crtc_gen_cntl, crtc2_gen_cntl, crtc_pitch; local in function:legacy_set_base_format
958 crtc_gen_cntl = INREG(RADEON_CRTC_GEN_CNTL) & 0xfffff0ff;
959 crtc_gen_cntl |= (format << 8);
960 OUTREG(RADEON_CRTC_GEN_CNTL, crtc_gen_cntl);
H A Dlegacy_crtc.c148 OUTREG(RADEON_CRTC_GEN_CNTL, restore->crtc_gen_cntl |
174 OUTREG(RADEON_CRTC_GEN_CNTL, restore->crtc_gen_cntl);
535 save->crtc_gen_cntl = INREG(RADEON_CRTC_GEN_CNTL);
904 save->crtc_gen_cntl = (RADEON_CRTC_EXT_DISP_EN
919 save->crtc_gen_cntl |= RADEON_CRTC_EN;
H A Dradeon_probe.h589 uint32_t crtc_gen_cntl; member in struct:__anon297917400b08
H A Dradeon_bios.c271 uint32_t crtc_gen_cntl = INREG(RADEON_CRTC_GEN_CNTL); local in function:radeon_read_disabled_bios
292 OUTREG(RADEON_CRTC_GEN_CNTL, ((crtc_gen_cntl & ~RADEON_CRTC_EN) |
313 OUTREG(RADEON_CRTC_GEN_CNTL, crtc_gen_cntl);
H A Dradeon_driver.c949 uint32_t crtc_gen_cntl; local in function:RADEONWaitForVerticalSync
952 crtc_gen_cntl = INREG(RADEON_CRTC_GEN_CNTL);
953 if ((crtc_gen_cntl & RADEON_CRTC_DISP_REQ_EN_B) ||
954 !(crtc_gen_cntl & RADEON_CRTC_EN))
4093 uint32_t crtc_ext_cntl, crtc_gen_cntl, crtc2_gen_cntl=0, ov0_scale_cntl; local in function:RADEONRestoreMemMapRegisters
4115 crtc_gen_cntl = INREG(RADEON_CRTC_GEN_CNTL);
4118 (crtc_gen_cntl
/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_crtc.c92 save->crtc_gen_cntl = (R128_CRTC_EXT_DISP_EN
106 save->crtc_gen_cntl &= ~(R128_CRTC_DBL_SCAN_EN | R128_CRTC_INTERLACE_EN);
258 OUTREG(R128_CRTC_GEN_CNTL, restore->crtc_gen_cntl);
H A Dr128.h186 uint32_t crtc_gen_cntl; member in struct:__anona5d7874c0208
H A Dr128_driver.c2360 save->crtc_gen_cntl = INREG(R128_CRTC_GEN_CNTL);

Completed in 68 milliseconds