Lines Matching refs:frequency
229 gfx_set_clock_frequency(pMode->frequency & 0x7FFFFFFF);
232 /* This allows the dot clock frequency that was just set to settle. */
458 unsigned long frequency)
468 unsigned long frequency)
494 gfx_display_mode.frequency = frequency;
1667 fmode->vtotal, fmode->frequency);
1739 * This routine examines if the requested mode with pixel frequency is
1748 unsigned long frequency)
1752 unsigned long frequency)
1765 (DisplayParams[index].frequency == frequency)) {
1796 * This routine maps the frequency to close match refresh rate
1802 unsigned long frequency)
1806 unsigned long frequency)
1819 /* Search the table for the closest frequency (16.16 format). */
1825 diff = (long) frequency - (long) DisplayParams[index].frequency;
1869 unsigned long frequency)
1873 unsigned long frequency)
1886 /* Search the table for the closest frequency (16.16 format). */
1892 diff = (long) frequency - (long) DisplayParams[index].frequency;
1928 * This routine maps the refresh rate to the closest matching PLL frequency.
1934 int *frequency)
1938 int *frequency)
1946 *frequency = 0;
1951 /* Search the table for the closest frequency (16.16 format). */
1957 *frequency = DisplayParams[index].frequency;
2013 (DisplayParams[mode].frequency == pll_freq) &&