Searched refs:omap2_dpll_round_rate (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/arch/arm/mach-omap2/ |
D | dpll44xx.c | 168 r = omap2_dpll_round_rate(hw, target_rate, NULL); in omap4_dpll_regm4xen_round_rate() 177 r = omap2_dpll_round_rate(hw, target_rate / OMAP4430_REGM4XEN_MULT, in omap4_dpll_regm4xen_round_rate()
|
D | clkt_dpll.c | 283 long omap2_dpll_round_rate(struct clk_hw *hw, unsigned long target_rate, in omap2_dpll_round_rate() function
|
D | dpll3xxx.c | 495 rate = omap2_dpll_round_rate(hw, rate, best_parent_rate); in omap3_noncore_dpll_determine_rate()
|
/linux-4.1.27/drivers/clk/ti/ |
D | dpll.c | 58 .round_rate = &omap2_dpll_round_rate, 69 .round_rate = &omap2_dpll_round_rate, 86 .round_rate = &omap2_dpll_round_rate, 97 .round_rate = &omap2_dpll_round_rate, 113 .round_rate = &omap2_dpll_round_rate, 125 .round_rate = &omap2_dpll_round_rate,
|
/linux-4.1.27/include/linux/clk/ |
D | ti.h | 291 long omap2_dpll_round_rate(struct clk_hw *hw, unsigned long target_rate,
|