Lines Matching defs:extclk
40 struct clk *extclk;
86 clk_prepare_enable(priv->extclk);
110 clk_disable_unprepare(priv->extclk);
193 if (priv->extclk) {
197 * For DT based boards, if an extclk is given, use it
201 ret = clk_set_rate(priv->extclk, freq);
772 priv->extclk = devm_clk_get(dev, "extclk");
773 if (IS_ERR(priv->extclk)) {
774 ret = PTR_ERR(priv->extclk);
778 priv->extclk = NULL;