Lines Matching defs:refclk
155 struct clk *refclk;
279 if (icn->refclk)
329 min_delta, icn->refclk ? "EXT" : "DSI", fin,
338 icn->refclk ? PLL_CTRL_6_EXTERNAL : PLL_CTRL_6_MIPI_CLK);
474 ret = clk_prepare_enable(icn->refclk);
489 clk_disable_unprepare(icn->refclk);
636 icn->refclk = devm_clk_get_optional(dev, "refclk");
637 if (IS_ERR(icn->refclk)) {
638 ret = PTR_ERR(icn->refclk);
641 } else if (icn->refclk) {
642 icn->refclk_rate = clk_get_rate(icn->refclk);