Lines Matching full:refclk
41 int refclk, struct gma_clock_t *best_clock);
45 int refclk, struct gma_clock_t *best_clock);
84 int refclk)
113 /** Derive the pixel clock for the given refclk and divisors for 8xx chips. */
114 static void mrst_lvds_clock(int refclk, struct gma_clock_t *clock)
116 clock->dot = (refclk * clock->m) / (14 * clock->p1);
128 int refclk, struct gma_clock_t *best_clock)
153 actual_freq = (refclk * clock.m) /
181 * Returns a set of divisors for the desired target clock with the given refclk,
186 int refclk, struct gma_clock_t *best_clock)
199 mrst_lvds_clock(refclk, &clock);
370 int refclk = 0;
505 refclk = is_sdvo ? 96000 : dev_priv->core_freq * 1000;
506 limit = mrst_limit(crtc, refclk);
508 refclk, &clock);