Home
last modified time | relevance | path

Searched refs:clk_ops (Results 1 – 7 of 7) sorted by relevance

/arch/m68k/include/asm/
Dmcfclk.h12 struct clk_ops { struct
19 struct clk_ops *clk_ops; argument
28 extern struct clk_ops clk_ops0;
30 extern struct clk_ops clk_ops1;
36 .clk_ops = &clk_ops##clk_bank, \
/arch/m68k/coldfire/
Dclk.c34 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()
/arch/mips/include/asm/
Dclock.h12 struct clk_ops { struct
28 struct clk_ops *ops; argument
/arch/arm/mach-sa1100/
Dclock.c49 static const struct clk_ops clk_gpio27_ops = {
77 static const struct clk_ops clk_mpll_ops = {
/arch/arm/mach-omap2/
Dclkt2xxx_virt_prcm_set.c213 static const struct clk_ops virt_prcm_set_ops = {
/arch/mips/alchemy/common/
Dclock.c146 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 = {
/arch/arm/mach-vexpress/
Dspc.c524 static struct clk_ops clk_spc_ops = {