Searched refs:clk_ops (Results 1 – 7 of 7) sorted by relevance
12 struct clk_ops { struct19 struct clk_ops *clk_ops; argument28 extern struct clk_ops clk_ops0;30 extern struct clk_ops clk_ops1;36 .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 = {94 if ((clk->enabled++ == 0) && clk->clk_ops) in clk_enable()95 clk->clk_ops->enable(clk); in clk_enable()110 if ((--clk->enabled == 0) && clk->clk_ops) in clk_disable()111 clk->clk_ops->disable(clk); in clk_disable()
12 struct clk_ops { struct28 struct clk_ops *ops; argument
49 static const struct clk_ops clk_gpio27_ops = {77 static const struct clk_ops clk_mpll_ops = {
213 static const struct clk_ops virt_prcm_set_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 = {
524 static struct clk_ops clk_spc_ops = {