Lines Matching defs:ref_clk
190 * REF_CLK_CYC_PER_DVCO_SAMPLE: the number of ref_clk cycles that the hardware
271 struct clk *ref_clk;
394 ret = clk_enable(td->ref_clk);
403 clk_disable(td->ref_clk);
411 clk_disable(td->ref_clk);
430 clk_disable(td->ref_clk);
1426 td->ref_clk = devm_clk_get(td->dev, "ref");
1427 if (IS_ERR(td->ref_clk)) {
1429 return PTR_ERR(td->ref_clk);
1461 td->ref_rate = clk_get_rate(td->ref_clk);
1471 ret = clk_prepare(td->ref_clk);
1473 dev_err(td->dev, "failed to prepare ref_clk\n");
1511 clk_unprepare(td->ref_clk);
2099 clk_unprepare(td->ref_clk);