Lines Matching defs:fout_bpll
136 * @fout_bpll: clock: BPLL
176 struct clk *fout_bpll;
613 clk_set_rate(dmc->fout_bpll, target_rate);
1265 dmc->fout_bpll = devm_clk_get(dmc->dev, "fout_bpll");
1266 if (IS_ERR(dmc->fout_bpll))
1267 return PTR_ERR(dmc->fout_bpll);
1307 clk_prepare_enable(dmc->fout_bpll);
1548 clk_disable_unprepare(dmc->fout_bpll);
1571 clk_disable_unprepare(dmc->fout_bpll);