Home
last modified time | relevance | path

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

/arch/m68k/include/asm/
A Dmcfclk.h12 struct clk_ops { struct
18 struct clk_ops *clk_ops; argument
25 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, \
/arch/m68k/coldfire/
A 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 = {
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()
A Dm5441x.c212 struct clk_ops clk_ops2 = {
/arch/arm/mach-omap1/
A Dclock.h190 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;
A Dclock.c763 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 = {
/arch/arm/mach-sa1100/
A Dclock.c49 static const struct clk_ops clk_gpio27_ops = {
77 static const struct clk_ops clk_mpll_ops = {
/arch/mips/alchemy/common/
A 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-omap2/
A Dclkt2xxx_virt_prcm_set.c215 static const struct clk_ops virt_prcm_set_ops = {
/arch/arm/mach-versatile/
A Dspc.c516 static struct clk_ops clk_spc_ops = {

Completed in 768 milliseconds