Lines Matching refs:refclk
38 int refclk, struct gma_clock_t *best_clock);
42 int refclk, struct gma_clock_t *best_clock);
81 int refclk)
110 /** Derive the pixel clock for the given refclk and divisors for 8xx chips. */
111 static void mrst_lvds_clock(int refclk, struct gma_clock_t *clock)
113 clock->dot = (refclk * clock->m) / (14 * clock->p1);
125 int refclk, struct gma_clock_t *best_clock)
150 actual_freq = (refclk * clock.m) /
178 * Returns a set of divisors for the desired target clock with the given refclk,
183 int refclk, struct gma_clock_t *best_clock)
196 mrst_lvds_clock(refclk, &clock);
367 int refclk = 0;
501 refclk = is_sdvo ? 96000 : dev_priv->core_freq * 1000;
502 limit = mrst_limit(crtc, refclk);
504 refclk, &clock);