Searched refs:clk_bypass (Results 1 – 9 of 9) sorted by relevance
212 if (clk_hw_get_rate(dd->clk_bypass) == req->rate && in omap4_dpll_regm4xen_determine_rate()214 req->best_parent_hw = dd->clk_bypass; in omap4_dpll_regm4xen_determine_rate()
71 struct clk *clk_bypass; member572 fd->clk_bypass = of_clk_get(node, 1); in ti_fapll_setup()573 if (IS_ERR(fd->clk_bypass)) { in ti_fapll_setup()656 if (fd->clk_bypass) in ti_fapll_setup()657 clk_put(fd->clk_bypass); in ti_fapll_setup()
460 if (clk_hw_get_rate(hw) == clk_hw_get_rate(dd->clk_bypass)) { in omap3_noncore_dpll_enable()461 WARN_ON(parent != dd->clk_bypass); in omap3_noncore_dpll_enable()512 if (clk_hw_get_rate(dd->clk_bypass) == req->rate && in omap3_noncore_dpll_determine_rate()514 req->best_parent_hw = dd->clk_bypass; in omap3_noncore_dpll_determine_rate()
254 return clk_hw_get_rate(dd->clk_bypass); in omap2_get_dpll_rate()
167 ad->clk_bypass = __clk_get_hw(clk); in omap_clk_register_apll()
193 dd->clk_bypass = __clk_get_hw(clk); in _register_dpll()
52 void rv1_dump_clk_registers(struct clk_state_registers *regs, struct clk_bypass *bypass, struct clk… in rv1_dump_clk_registers()
134 struct clk_bypass { struct
85 struct clk_hw *clk_bypass; member