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;
393 ret = clk_enable(td->ref_clk);
402 clk_disable(td->ref_clk);
410 clk_disable(td->ref_clk);
429 clk_disable(td->ref_clk);
1425 td->ref_clk = devm_clk_get(td->dev, "ref");
1426 if (IS_ERR(td->ref_clk)) {
1428 return PTR_ERR(td->ref_clk);
1460 td->ref_rate = clk_get_rate(td->ref_clk);
1469 ret = clk_prepare(td->ref_clk);
1471 dev_err(td->dev, "failed to prepare ref_clk\n");
1509 clk_unprepare(td->ref_clk);
2085 clk_unprepare(td->ref_clk);