Lines Matching defs:fout_bpll
136 * @fout_bpll: clock: BPLL
176 struct clk *fout_bpll;
618 clk_set_rate(dmc->fout_bpll, target_rate);
1270 dmc->fout_bpll = devm_clk_get(dmc->dev, "fout_bpll");
1271 if (IS_ERR(dmc->fout_bpll))
1272 return PTR_ERR(dmc->fout_bpll);
1312 clk_prepare_enable(dmc->fout_bpll);
1553 clk_disable_unprepare(dmc->fout_bpll);
1576 clk_disable_unprepare(dmc->fout_bpll);