Searched refs:clk_ops (Results 1 - 25 of 78) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-brcm/include/plat/
H A Dclock.h8 struct clk_ops { struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dclock.h7 void __deprecated arch_init_clk_ops(struct clk_ops **, int type);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-versatile/include/plat/
H A Dclock.h6 struct clk_ops { struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-realview/include/mach/
H A Dclkdev.h8 const struct clk_ops *ops;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-versatile/include/mach/
H A Dclkdev.h8 const struct clk_ops *ops;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-vexpress/include/mach/
H A Dclkdev.h7 const struct clk_ops *ops;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh2/
H A Dclock-sh7619.c37 static struct clk_ops sh7619_master_clk_ops = {
47 static struct clk_ops sh7619_module_clk_ops = {
56 static struct clk_ops sh7619_bus_clk_ops = {
60 static struct clk_ops sh7619_cpu_clk_ops = {
64 static struct clk_ops *sh7619_clk_ops[] = {
71 void __init arch_init_clk_ops(struct clk_ops **ops, int idx)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh2a/
H A Dclock-sh7201.c40 static struct clk_ops sh7201_master_clk_ops = {
50 static struct clk_ops sh7201_module_clk_ops = {
60 static struct clk_ops sh7201_bus_clk_ops = {
70 static struct clk_ops sh7201_cpu_clk_ops = {
74 static struct clk_ops *sh7201_clk_ops[] = {
81 void __init arch_init_clk_ops(struct clk_ops **ops, int idx)
H A Dclock-sh7203.c45 static struct clk_ops sh7203_master_clk_ops = {
55 static struct clk_ops sh7203_module_clk_ops = {
65 static struct clk_ops sh7203_bus_clk_ops = {
69 static struct clk_ops sh7203_cpu_clk_ops = {
73 static struct clk_ops *sh7203_clk_ops[] = {
80 void __init arch_init_clk_ops(struct clk_ops **ops, int idx)
H A Dclock-sh7206.c40 static struct clk_ops sh7206_master_clk_ops = {
50 static struct clk_ops sh7206_module_clk_ops = {
59 static struct clk_ops sh7206_bus_clk_ops = {
69 static struct clk_ops sh7206_cpu_clk_ops = {
73 static struct clk_ops *sh7206_clk_ops[] = {
80 void __init arch_init_clk_ops(struct clk_ops **ops, int idx)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh3/
H A Dclock-sh3.c37 static struct clk_ops sh3_master_clk_ops = {
49 static struct clk_ops sh3_module_clk_ops = {
61 static struct clk_ops sh3_bus_clk_ops = {
73 static struct clk_ops sh3_cpu_clk_ops = {
77 static struct clk_ops *sh3_clk_ops[] = {
84 void __init arch_init_clk_ops(struct clk_ops **ops, int idx)
H A Dclock-sh7705.c38 static struct clk_ops sh7705_master_clk_ops = {
48 static struct clk_ops sh7705_module_clk_ops = {
58 static struct clk_ops sh7705_bus_clk_ops = {
68 static struct clk_ops sh7705_cpu_clk_ops = {
72 static struct clk_ops *sh7705_clk_ops[] = {
79 void __init arch_init_clk_ops(struct clk_ops **ops, int idx)
H A Dclock-sh7706.c33 static struct clk_ops sh7706_master_clk_ops = {
45 static struct clk_ops sh7706_module_clk_ops = {
57 static struct clk_ops sh7706_bus_clk_ops = {
69 static struct clk_ops sh7706_cpu_clk_ops = {
73 static struct clk_ops *sh7706_clk_ops[] = {
80 void __init arch_init_clk_ops(struct clk_ops **ops, int idx)
H A Dclock-sh7709.c33 static struct clk_ops sh7709_master_clk_ops = {
45 static struct clk_ops sh7709_module_clk_ops = {
58 static struct clk_ops sh7709_bus_clk_ops = {
70 static struct clk_ops sh7709_cpu_clk_ops = {
74 static struct clk_ops *sh7709_clk_ops[] = {
81 void __init arch_init_clk_ops(struct clk_ops **ops, int idx)
H A Dclock-sh7710.c32 static struct clk_ops sh7710_master_clk_ops = {
42 static struct clk_ops sh7710_module_clk_ops = {
52 static struct clk_ops sh7710_bus_clk_ops = {
62 static struct clk_ops sh7710_cpu_clk_ops = {
66 static struct clk_ops *sh7710_clk_ops[] = {
73 void __init arch_init_clk_ops(struct clk_ops **ops, int idx)
H A Dclock-sh7712.c32 static struct clk_ops sh7712_master_clk_ops = {
44 static struct clk_ops sh7712_module_clk_ops = {
56 static struct clk_ops sh7712_cpu_clk_ops = {
60 static struct clk_ops *sh7712_clk_ops[] = {
66 void __init arch_init_clk_ops(struct clk_ops **ops, int idx)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh4/
H A Dclock-sh4.c34 static struct clk_ops sh4_master_clk_ops = {
44 static struct clk_ops sh4_module_clk_ops = {
54 static struct clk_ops sh4_bus_clk_ops = {
64 static struct clk_ops sh4_cpu_clk_ops = {
68 static struct clk_ops *sh4_clk_ops[] = {
75 void __init arch_init_clk_ops(struct clk_ops **ops, int idx)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh4a/
H A Dclock-sh7770.c27 static struct clk_ops sh7770_master_clk_ops = {
37 static struct clk_ops sh7770_module_clk_ops = {
47 static struct clk_ops sh7770_bus_clk_ops = {
57 static struct clk_ops sh7770_cpu_clk_ops = {
61 static struct clk_ops *sh7770_clk_ops[] = {
68 void __init arch_init_clk_ops(struct clk_ops **ops, int idx)
H A Dclock-sh7763.c30 static struct clk_ops sh7763_master_clk_ops = {
40 static struct clk_ops sh7763_module_clk_ops = {
50 static struct clk_ops sh7763_bus_clk_ops = {
54 static struct clk_ops sh7763_cpu_clk_ops = {
58 static struct clk_ops *sh7763_clk_ops[] = {
65 void __init arch_init_clk_ops(struct clk_ops **ops, int idx)
77 static struct clk_ops sh7763_shyway_clk_ops = {
H A Dclock-sh7780.c30 static struct clk_ops sh7780_master_clk_ops = {
40 static struct clk_ops sh7780_module_clk_ops = {
50 static struct clk_ops sh7780_bus_clk_ops = {
60 static struct clk_ops sh7780_cpu_clk_ops = {
64 static struct clk_ops *sh7780_clk_ops[] = {
71 void __init arch_init_clk_ops(struct clk_ops **ops, int idx)
83 static struct clk_ops sh7780_shyway_clk_ops = {
H A Dclock-sh7757.c33 static struct clk_ops sh7757_master_clk_ops = {
43 static struct clk_ops sh7757_module_clk_ops = {
53 static struct clk_ops sh7757_bus_clk_ops = {
63 static struct clk_ops sh7757_cpu_clk_ops = {
67 static struct clk_ops *sh7757_clk_ops[] = {
74 void __init arch_init_clk_ops(struct clk_ops **ops, int idx)
86 static struct clk_ops sh7757_shyway_clk_ops = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh5/
H A Dclock-sh5.c31 static struct clk_ops sh5_master_clk_ops = {
41 static struct clk_ops sh5_module_clk_ops = {
51 static struct clk_ops sh5_bus_clk_ops = {
61 static struct clk_ops sh5_cpu_clk_ops = {
65 static struct clk_ops *sh5_clk_ops[] = {
72 void __init arch_init_clk_ops(struct clk_ops **ops, int idx)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dclock.h13 struct clk_ops { struct
29 struct clk_ops *ops;
41 void arch_init_clk_ops(struct clk_ops **, int type);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-stmp3xxx/
H A Dclock.h23 struct clk_ops { struct
48 struct clk_ops *ops;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-integrator/include/mach/
H A Dclkdev.h9 const struct clk_ops *ops;

Completed in 230 milliseconds

1234