Lines Matching refs:fclk
179 if (unlikely(!timer) || IS_ERR(timer->fclk))
208 if (clk_hw_get_num_parents(__clk_get_hw(timer->fclk)) < 2)
218 ret = clk_set_parent(timer->fclk, parent);
247 timer->fclk = clk_get(&timer->pdev->dev, "fck");
248 if (WARN_ON_ONCE(IS_ERR(timer->fclk))) {
249 dev_err(&timer->pdev->dev, ": No fclk handle.\n");
420 clk_put(timer->fclk);
479 if (timer && !IS_ERR(timer->fclk))
480 return timer->fclk;
530 rate = clk_get_rate(timer->fclk);
803 timer->fclk = ERR_PTR(-ENODEV);