Lines Matching refs:clock
433 static unsigned wrpll_get_budget_for_freq(int clock)
437 switch (clock) {
522 * Output clock is (LC_FREQ_2K / 2000) * N / (P * R), which compares to
567 intel_ddi_calculate_wrpll(int clock /* in Hz */,
575 freq2k = clock / 100;
577 budget = wrpll_get_budget_for_freq(clock);
579 /* Special case handling for 540 pixel clock: bypass WR PLL entirely
631 clock, *p_out, *n2_out, *r2_out);
644 int clock = intel_crtc->config.port_clock;
695 intel_ddi_calculate_wrpll(clock * 1000, &r2, &n2, &p);
975 DRM_DEBUG_KMS("Pipe %c connected to port %c using clock "