Lines Matching refs:dpll
83 struct dpll_info *dpll,
147 dpll->n = n;
148 dpll->m = m;
149 dpll->fdpll = fdpll;
150 dpll->output = output;
162 dpll->output, dpll->fdpll, dpll->n, dpll->m, best_diff);
217 struct dpll_info dpll = { 0 };
227 rcar_du_dpll_divider(rcrtc, &dpll, extclk, target);
230 | DPLLCR_FDPLL(dpll.fdpll)
231 | DPLLCR_N(dpll.n) | DPLLCR_M(dpll.m)