Lines Matching refs:frequency
318 gfx_set_clock_frequency(pMode->frequency & 0x7FFFFFFF);
321 /* This allows the dot clock frequency that was just set to settle. */
327 if (pMode->frequency & 0x80000000)
422 /* Bit 31 of frequency indicates divide frequency by two */
423 if (pMode->frequency & 0x80000000)
640 unsigned long frequency)
650 unsigned long frequency)
674 gfx_display_mode.frequency = frequency;
1519 fmode->vtotal, fmode->frequency);
1680 * This routine examines if the requested mode with pixel frequency is supported.
1688 unsigned long frequency)
1692 unsigned long frequency)
1707 (DisplayParams[index].frequency == frequency)) {
1734 * This routine maps the frequency to close match refresh rate
1740 unsigned long frequency)
1744 unsigned long frequency)
1759 /* Search the table for the closest frequency (16.16 format). */
1765 diff = (long) frequency - (long) DisplayParams[index].frequency;
1805 unsigned long frequency)
1809 unsigned long frequency)
1824 /* Search the table for the closest frequency (16.16 format). */
1830 diff = (long) frequency - (long) DisplayParams[index].frequency;
1862 * This routine maps the refresh rate to the closest matching PLL frequency.
1868 int *frequency)
1872 int *frequency)
1880 *frequency = 0;
1906 *frequency = DisplayParams[index].frequency;
1972 (DisplayParams[mode].frequency == pll_freq) &&