Searched refs:clk_ops (Results 1 – 9 of 9) sorted by relevance
12 struct clk_ops { struct18 struct clk_ops *clk_ops; argument25 extern struct clk_ops clk_ops0;27 extern struct clk_ops clk_ops1;30 extern struct clk_ops clk_ops2;34 .clk_ops = &clk_ops##clk_bank, \
34 clk->clk_ops->enable(clk); in __clk_init_enabled()40 clk->clk_ops->disable(clk); in __clk_init_disabled()53 struct clk_ops clk_ops0 = {69 struct clk_ops clk_ops1 = {84 if ((clk->enabled++ == 0) && clk->clk_ops) in clk_enable()85 clk->clk_ops->enable(clk); in clk_enable()100 if ((--clk->enabled == 0) && clk->clk_ops) in clk_disable()101 clk->clk_ops->disable(clk); in clk_disable()
212 struct clk_ops clk_ops2 = {
190 extern const struct clk_ops omap1_clk_null_ops;191 extern const struct clk_ops omap1_clk_gate_ops;192 extern const struct clk_ops omap1_clk_rate_ops;193 extern const struct clk_ops omap1_clk_full_ops;
763 const struct clk_ops omap1_clk_gate_ops = {772 const struct clk_ops omap1_clk_rate_ops = {779 const struct clk_ops omap1_clk_full_ops = {830 const struct clk_ops omap1_clk_null_ops = {
49 static const struct clk_ops clk_gpio27_ops = {77 static const struct clk_ops clk_mpll_ops = {
146 static const struct clk_ops alchemy_clkops_cpu = {234 static const struct clk_ops alchemy_clkops_aux = {586 static const struct clk_ops alchemy_clkops_fgenv1 = {727 static const struct clk_ops alchemy_clkops_fgenv2 = {935 static const struct clk_ops alchemy_clkops_csrc = {
215 static const struct clk_ops virt_prcm_set_ops = {
516 static struct clk_ops clk_spc_ops = {
Completed in 768 milliseconds