Home
last modified time | relevance | path

Searched refs:clk_bypass (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/clk/ti/
Ddpll.c151 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() local
211 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()
Ddpll44xx.c215 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()
Dfapll.c70 struct clk *clk_bypass; member
571 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()
Ddpll3xxx.c440 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()
Dapll.c144 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()
Dclkt_dpll.c257 return clk_get_rate(dd->clk_bypass); in omap2_get_dpll_rate()
/linux-4.4.14/include/linux/clk/
Dti.h72 struct clk *clk_bypass; member