Home
last modified time | relevance | path

Searched refs:omap2_dpll_determine_rate (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/clk/ti/
H A Ddpll44xx.c174 r = omap2_dpll_determine_rate(hw, &tmp_req); in omap4_dpll_regm4xen_determine_rate()
182 r = omap2_dpll_determine_rate(hw, &tmp_req); in omap4_dpll_regm4xen_determine_rate()
H A Ddpll.c80 .determine_rate = &omap2_dpll_determine_rate,
91 .determine_rate = &omap2_dpll_determine_rate,
H A Dclkt_dpll.c282 int omap2_dpll_determine_rate(struct clk_hw *hw, struct clk_rate_request *req) in omap2_dpll_determine_rate() function
H A Dclock.h276 int omap2_dpll_determine_rate(struct clk_hw *hw, struct clk_rate_request *req);
H A Ddpll3xxx.c603 ret = omap2_dpll_determine_rate(hw, req); in omap3_noncore_dpll_determine_rate()