Searched refs:refclk (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dg80_display.c57 const float refclk = 27000.0f; local in function:G80CalcPLL
108 if(refclk / ma < minUA)
110 else if(refclk / ma > maxUA)
115 if(refclk * na / ma < minVcoA || refclk * na / ma > maxVcoA)
120 if(refclk * na / ma / mb < minUB)
122 else if(refclk * na / ma / mb > maxUB)
125 nb = rint(pclk * (1 << p) * (ma / (float)na) * mb / refclk);
133 float freq = refclk * (na / (float)ma) * (nb / (float)mb) / (1 << p);
153 const float refclk local in function:G80CalcPLL2
[all...]
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_display.c459 /** Derive the pixel clock for the given refclk and divisors for 8xx chips. */
461 static void i8xx_clock(int refclk, intel_clock_t *clock) argument
465 clock->vco = refclk * clock->m / (clock->n + 2);
469 /** Derive the pixel clock for the given refclk and divisors for 9xx chips. */
471 static void i9xx_clock(int refclk, intel_clock_t *clock) argument
475 clock->vco = refclk * clock->m / (clock->n + 2);
480 static void igd_clock(int refclk, intel_clock_t *clock) argument
484 clock->vco = refclk * clock->m / clock->n;
488 static void intel_clock(I830Ptr pI830, int refclk, intel_clock_t *clock) argument
492 igd_clock(refclk, cloc
573 intel_find_pll_i8xx_and_i9xx(const intel_limit_t * limit,xf86CrtcPtr crtc,int target,int refclk,intel_clock_t * best_clock) argument
631 intel_find_pll_g4x(const intel_limit_t * limit,xf86CrtcPtr crtc,int target,int refclk,intel_clock_t * best_clock) argument
1518 int refclk; local in function:i830_crtc_mode_set
[all...]
H A Di830_debug.c1047 char *refclk = NULL; local in function:DEBUGSTRING
1068 refclk = "default 120Mhz";
1071 refclk = "SuperSSC 120Mhz";
1074 refclk = "SDVO TVClkIn";
1077 refclk = "SSC";
1080 refclk = "DMI RefCLK";
1087 "FPA0 P1 %d, FPA1 P1 %d, refclk %s, sdvo/hdmi mul %d",
1088 enable, highspeed, mode, p2, fpa0_p1, fpa1_p1, refclk, sdvo_mul);
/xsrc/external/mit/xf86-video-mach64/dist/src/
H A Daticlock.c143 if ((pATI->refclk / 100000) != 286 &&
144 (pATI->refclk / 100000) != 295)
H A Daticonfig.c478 pATI->refclk = (int)ReferenceClock;
H A Datistruct.h360 int refclk; member in struct:_ATIRec
H A Datipreinit.c163 pATI->refclk = BIOSWord(ClockTable + 0x08U);
164 pATI->refclk *= 10000;
312 switch (pATI->refclk / 100000)
325 pATI->ReferenceNumerator = pATI->refclk / 1000;
986 pATI->refclk = 29498000;
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_bios.c893 int offset, refclk, stds; local in function:RADEONGetTVInfoFromBIOS
935 refclk = (RADEON_BIOS8(offset + 9) >> 2) & 0x3;
936 if (refclk == 0)
938 else if (refclk == 1)
940 else if (refclk == 2)
942 else if (refclk == 3)

Completed in 15 milliseconds