Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/ti/
Ddpll44xx.c215 if (clk_hw_get_rate(dd->clk_bypass) == req->rate && in omap4_dpll_regm4xen_determine_rate()
217 req->best_parent_hw = dd->clk_bypass; in omap4_dpll_regm4xen_determine_rate()
Dfapll.c70 struct clk *clk_bypass; member
578 fd->clk_bypass = of_clk_get(node, 1); in ti_fapll_setup()
579 if (IS_ERR(fd->clk_bypass)) { in ti_fapll_setup()
662 if (fd->clk_bypass) in ti_fapll_setup()
663 clk_put(fd->clk_bypass); in ti_fapll_setup()
Ddpll3xxx.c463 if (clk_hw_get_rate(hw) == clk_hw_get_rate(dd->clk_bypass)) { in omap3_noncore_dpll_enable()
464 WARN_ON(parent != dd->clk_bypass); in omap3_noncore_dpll_enable()
515 if (clk_hw_get_rate(dd->clk_bypass) == req->rate && in omap3_noncore_dpll_determine_rate()
517 req->best_parent_hw = dd->clk_bypass; in omap3_noncore_dpll_determine_rate()
Dclkt_dpll.c257 return clk_hw_get_rate(dd->clk_bypass); in omap2_get_dpll_rate()
Dapll.c166 ad->clk_bypass = __clk_get_hw(clk); in omap_clk_register_apll()
Ddpll.c186 dd->clk_bypass = __clk_get_hw(clk); in _register_dpll()
/linux-4.19.296/include/linux/clk/
Dti.h85 struct clk_hw *clk_bypass; member