Lines Matching defs:clk
44 unsigned long omap1_uart_recalc(struct clk *clk) in omap1_uart_recalc()
50 unsigned long omap1_sossi_recalc(struct clk *clk) in omap1_sossi_recalc()
60 static void omap1_clk_allow_idle(struct clk *clk) in omap1_clk_allow_idle()
71 static void omap1_clk_deny_idle(struct clk *clk) in omap1_clk_deny_idle()
135 static int calc_dsor_exp(struct clk *clk, unsigned long rate) in calc_dsor_exp()
167 unsigned long omap1_ckctl_recalc(struct clk *clk) in omap1_ckctl_recalc()
175 unsigned long omap1_ckctl_recalc_dsp_domain(struct clk *clk) in omap1_ckctl_recalc_dsp_domain()
194 int omap1_select_table_rate(struct clk *clk, unsigned long rate) in omap1_select_table_rate()
229 int omap1_clk_set_rate_dsp_domain(struct clk *clk, unsigned long rate) in omap1_clk_set_rate_dsp_domain()
249 long omap1_clk_round_rate_ckctl_arm(struct clk *clk, unsigned long rate) in omap1_clk_round_rate_ckctl_arm()
259 int omap1_clk_set_rate_ckctl_arm(struct clk *clk, unsigned long rate) in omap1_clk_set_rate_ckctl_arm()
279 long omap1_round_to_table_rate(struct clk *clk, unsigned long rate) in omap1_round_to_table_rate()
330 int omap1_set_uart_rate(struct clk *clk, unsigned long rate) in omap1_set_uart_rate()
348 int omap1_set_ext_clk_rate(struct clk *clk, unsigned long rate) in omap1_set_ext_clk_rate()
366 int omap1_set_sossi_rate(struct clk *clk, unsigned long rate) in omap1_set_sossi_rate()
389 long omap1_round_ext_clk_rate(struct clk *clk, unsigned long rate) in omap1_round_ext_clk_rate()
394 void omap1_init_ext_clk(struct clk *clk) in omap1_init_ext_clk()
412 int omap1_clk_enable(struct clk *clk) in omap1_clk_enable()
440 void omap1_clk_disable(struct clk *clk) in omap1_clk_disable()
452 static int omap1_clk_enable_generic(struct clk *clk) in omap1_clk_enable_generic()
476 static void omap1_clk_disable_generic(struct clk *clk) in omap1_clk_disable_generic()
500 static int omap1_clk_enable_dsp_domain(struct clk *clk) in omap1_clk_enable_dsp_domain()
513 static void omap1_clk_disable_dsp_domain(struct clk *clk) in omap1_clk_disable_dsp_domain()
527 static int omap1_clk_enable_uart_functional_16xx(struct clk *clk) in omap1_clk_enable_uart_functional_16xx()
544 static void omap1_clk_disable_uart_functional_16xx(struct clk *clk) in omap1_clk_disable_uart_functional_16xx()
561 long omap1_clk_round_rate(struct clk *clk, unsigned long rate) in omap1_clk_round_rate()
569 int omap1_clk_set_rate(struct clk *clk, unsigned long rate) in omap1_clk_set_rate()
584 void omap1_clk_disable_unused(struct clk *clk) in omap1_clk_disable_unused()
613 int clk_enable(struct clk *clk) in clk_enable()
629 void clk_disable(struct clk *clk) in clk_disable()
651 unsigned long clk_get_rate(struct clk *clk) in clk_get_rate()
671 long clk_round_rate(struct clk *clk, unsigned long rate) in clk_round_rate()
687 int clk_set_rate(struct clk *clk, unsigned long rate) in clk_set_rate()
705 int clk_set_parent(struct clk *clk, struct clk *parent) in clk_set_parent()
713 struct clk *clk_get_parent(struct clk *clk) in clk_get_parent()
744 unsigned long followparent_recalc(struct clk *clk) in followparent_recalc()
753 unsigned long omap_fixed_divisor_recalc(struct clk *clk) in omap_fixed_divisor_recalc()
810 void clk_preinit(struct clk *clk) in clk_preinit()
815 int clk_register(struct clk *clk) in clk_register()
841 void clk_unregister(struct clk *clk) in clk_unregister()
924 static int clkll_enable_null(struct clk *clk) in clkll_enable_null()
929 static void clkll_disable_null(struct clk *clk) in clkll_disable_null()