Lines Matching defs:clk
41 unsigned long omap1_uart_recalc(struct clk *clk) in omap1_uart_recalc()
47 unsigned long omap1_sossi_recalc(struct clk *clk) in omap1_sossi_recalc()
57 static void omap1_clk_allow_idle(struct clk *clk) in omap1_clk_allow_idle()
68 static void omap1_clk_deny_idle(struct clk *clk) in omap1_clk_deny_idle()
132 static int calc_dsor_exp(struct clk *clk, unsigned long rate) in calc_dsor_exp()
164 unsigned long omap1_ckctl_recalc(struct clk *clk) in omap1_ckctl_recalc()
172 unsigned long omap1_ckctl_recalc_dsp_domain(struct clk *clk) in omap1_ckctl_recalc_dsp_domain()
191 int omap1_select_table_rate(struct clk *clk, unsigned long rate) in omap1_select_table_rate()
226 int omap1_clk_set_rate_dsp_domain(struct clk *clk, unsigned long rate) in omap1_clk_set_rate_dsp_domain()
246 long omap1_clk_round_rate_ckctl_arm(struct clk *clk, unsigned long rate) in omap1_clk_round_rate_ckctl_arm()
256 int omap1_clk_set_rate_ckctl_arm(struct clk *clk, unsigned long rate) in omap1_clk_set_rate_ckctl_arm()
276 long omap1_round_to_table_rate(struct clk *clk, unsigned long rate) in omap1_round_to_table_rate()
327 int omap1_set_uart_rate(struct clk *clk, unsigned long rate) in omap1_set_uart_rate()
345 int omap1_set_ext_clk_rate(struct clk *clk, unsigned long rate) in omap1_set_ext_clk_rate()
363 int omap1_set_sossi_rate(struct clk *clk, unsigned long rate) in omap1_set_sossi_rate()
386 long omap1_round_ext_clk_rate(struct clk *clk, unsigned long rate) in omap1_round_ext_clk_rate()
391 void omap1_init_ext_clk(struct clk *clk) in omap1_init_ext_clk()
409 int omap1_clk_enable(struct clk *clk) in omap1_clk_enable()
437 void omap1_clk_disable(struct clk *clk) in omap1_clk_disable()
449 static int omap1_clk_enable_generic(struct clk *clk) in omap1_clk_enable_generic()
473 static void omap1_clk_disable_generic(struct clk *clk) in omap1_clk_disable_generic()
497 static int omap1_clk_enable_dsp_domain(struct clk *clk) in omap1_clk_enable_dsp_domain()
510 static void omap1_clk_disable_dsp_domain(struct clk *clk) in omap1_clk_disable_dsp_domain()
524 static int omap1_clk_enable_uart_functional_16xx(struct clk *clk) in omap1_clk_enable_uart_functional_16xx()
541 static void omap1_clk_disable_uart_functional_16xx(struct clk *clk) in omap1_clk_disable_uart_functional_16xx()
558 long omap1_clk_round_rate(struct clk *clk, unsigned long rate) in omap1_clk_round_rate()
566 int omap1_clk_set_rate(struct clk *clk, unsigned long rate) in omap1_clk_set_rate()
581 void omap1_clk_disable_unused(struct clk *clk) in omap1_clk_disable_unused()
610 int clk_enable(struct clk *clk) in clk_enable()
626 void clk_disable(struct clk *clk) in clk_disable()
648 unsigned long clk_get_rate(struct clk *clk) in clk_get_rate()
668 long clk_round_rate(struct clk *clk, unsigned long rate) in clk_round_rate()
684 int clk_set_rate(struct clk *clk, unsigned long rate) in clk_set_rate()
702 int clk_set_parent(struct clk *clk, struct clk *parent) in clk_set_parent()
710 struct clk *clk_get_parent(struct clk *clk) in clk_get_parent()
721 unsigned long followparent_recalc(struct clk *clk) in followparent_recalc()
730 unsigned long omap_fixed_divisor_recalc(struct clk *clk) in omap_fixed_divisor_recalc()
787 void clk_preinit(struct clk *clk) in clk_preinit()
792 int clk_register(struct clk *clk) in clk_register()
818 void clk_unregister(struct clk *clk) in clk_unregister()
901 static int clkll_enable_null(struct clk *clk) in clkll_enable_null()
906 static void clkll_disable_null(struct clk *clk) in clkll_disable_null()