Searched refs:clk_bypass (Results 1 – 7 of 7) sorted by relevance
151 dd->clk_bypass = of_clk_get(node, 1); in _register_dpll()153 if (IS_ERR(dd->clk_ref) || IS_ERR(dd->clk_bypass)) { in _register_dpll()203 struct clk *clk_bypass; in ti_clk_register_dpll() local211 clk_bypass = clk_get_sys(NULL, dpll->parents[1]); in ti_clk_register_dpll()213 if (IS_ERR_OR_NULL(clk_ref) || IS_ERR_OR_NULL(clk_bypass)) in ti_clk_register_dpll()255 dd->clk_bypass = clk_bypass; in ti_clk_register_dpll()
215 if (clk_get_rate(dd->clk_bypass) == req->rate && in omap4_dpll_regm4xen_determine_rate()217 req->best_parent_hw = __clk_get_hw(dd->clk_bypass); in omap4_dpll_regm4xen_determine_rate()
70 struct clk *clk_bypass; member571 fd->clk_bypass = of_clk_get(node, 1); in ti_fapll_setup()572 if (IS_ERR(fd->clk_bypass)) { in ti_fapll_setup()655 if (fd->clk_bypass) in ti_fapll_setup()656 clk_put(fd->clk_bypass); in ti_fapll_setup()
440 if (clk_hw_get_rate(hw) == clk_get_rate(dd->clk_bypass)) { in omap3_noncore_dpll_enable()441 WARN_ON(parent != __clk_get_hw(dd->clk_bypass)); in omap3_noncore_dpll_enable()492 if (clk_get_rate(dd->clk_bypass) == req->rate && in omap3_noncore_dpll_determine_rate()494 req->best_parent_hw = __clk_get_hw(dd->clk_bypass); in omap3_noncore_dpll_determine_rate()
144 ad->clk_bypass = of_clk_get(node, 1); in omap_clk_register_apll()146 if (IS_ERR(ad->clk_ref) || IS_ERR(ad->clk_bypass)) { in omap_clk_register_apll()
257 return clk_get_rate(dd->clk_bypass); in omap2_get_dpll_rate()
72 struct clk *clk_bypass; member