Searched refs:clkp (Results 1 - 25 of 46) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/sh/
H A Dclk.c151 struct clk *clkp; local
153 list_for_each_entry(clkp, &tclk->children, sibling) {
154 if (clkp->ops && clkp->ops->recalc)
155 clkp->rate = clkp->ops->recalc(clkp);
157 propagate_rate(clkp);
242 struct clk *clkp; local
244 list_for_each_entry(clkp,
292 struct clk *clkp; local
397 struct clk *clkp; local
[all...]
H A Dclk-cpg.c28 struct clk *clkp; local
33 clkp = clks + k;
34 clkp->ops = &sh_clk_mstp32_clk_ops;
35 ret |= clk_register(clkp);
165 struct clk *clkp; local
180 clkp = clks + k;
182 clkp->ops = ops;
183 clkp->id = -1;
184 clkp->freq_table = freq_table + (k * freq_table_size);
185 clkp
304 struct clk *clkp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/sh/
H A Dclk.c151 struct clk *clkp; local
153 list_for_each_entry(clkp, &tclk->children, sibling) {
154 if (clkp->ops && clkp->ops->recalc)
155 clkp->rate = clkp->ops->recalc(clkp);
157 propagate_rate(clkp);
242 struct clk *clkp; local
244 list_for_each_entry(clkp,
292 struct clk *clkp; local
397 struct clk *clkp; local
[all...]
H A Dclk-cpg.c28 struct clk *clkp; local
33 clkp = clks + k;
34 clkp->ops = &sh_clk_mstp32_clk_ops;
35 ret |= clk_register(clkp);
165 struct clk *clkp; local
180 clkp = clks + k;
182 clkp->ops = ops;
183 clkp->id = -1;
184 clkp->freq_table = freq_table + (k * freq_table_size);
185 clkp
304 struct clk *clkp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/kernel/cpufreq/
H A Dloongson2_clock.c55 struct clk *clkp; local
57 list_for_each_entry(clkp, &clock_list, node) {
58 if (likely(clkp->parent != clk))
60 if (likely(clkp->ops && clkp->ops->recalc))
61 clkp->ops->recalc(clkp);
62 if (unlikely(clkp->flags & CLK_RATE_PROPAGATES))
63 propagate_rate(clkp);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/kernel/cpufreq/
H A Dloongson2_clock.c55 struct clk *clkp; local
57 list_for_each_entry(clkp, &clock_list, node) {
58 if (likely(clkp->parent != clk))
60 if (likely(clkp->ops && clkp->ops->recalc))
61 clkp->ops->recalc(clkp);
62 if (unlikely(clkp->flags & CLK_RATE_PROPAGATES))
63 propagate_rate(clkp);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/plat-omap/
H A Dclock.c222 struct clk *clkp; local
224 list_for_each_entry(clkp, &tclk->children, sibling) {
225 if (clkp->recalc)
226 clkp->rate = clkp->recalc(clkp);
227 propagate_rate(clkp);
242 struct clk *clkp; local
244 list_for_each_entry(clkp, &root_clks, sibling) {
245 if (clkp
303 struct clk *clkp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/plat-omap/
H A Dclock.c222 struct clk *clkp; local
224 list_for_each_entry(clkp, &tclk->children, sibling) {
225 if (clkp->recalc)
226 clkp->rate = clkp->recalc(clkp);
227 propagate_rate(clkp);
242 struct clk *clkp; local
244 list_for_each_entry(clkp, &root_clks, sibling) {
245 if (clkp
303 struct clk *clkp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/plat-s3c24xx/
H A Ds3c2410-clock.c215 struct clk *clkp; local
227 clkp = init_clocks;
228 for (ptr = 0; ptr < ARRAY_SIZE(init_clocks); ptr++, clkp++) {
231 clkp->usage = clkcon & clkp->ctrlbit ? 1 : 0;
233 ret = s3c24xx_register_clock(clkp);
236 clkp->name, ret);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/plat-s3c24xx/
H A Ds3c2410-clock.c215 struct clk *clkp; local
227 clkp = init_clocks;
228 for (ptr = 0; ptr < ARRAY_SIZE(init_clocks); ptr++, clkp++) {
231 clkp->usage = clkcon & clkp->ctrlbit ? 1 : 0;
233 ret = s3c24xx_register_clock(clkp);
236 clkp->name, ret);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/kernel/cpu/sh4a/
H A Dclock-sh7763.c110 struct clk *clkp = sh7763_onchip_clocks[i]; local
112 clkp->parent = clk;
113 ret |= clk_register(clkp);
H A Dclock-sh7780.c116 struct clk *clkp = sh7780_onchip_clocks[i]; local
118 clkp->parent = clk;
119 ret |= clk_register(clkp);
H A Dclock-sh7757.c116 struct clk *clkp = sh7757_onchip_clocks[i]; local
118 clkp->parent = clk;
119 clk_register(clkp);
120 clk_enable(clkp);
H A Dclock-shx3.c126 struct clk *clkp = shx3_onchip_clocks[i]; local
128 clkp->parent = clk;
129 ret |= clk_register(clkp);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/kernel/cpu/sh4a/
H A Dclock-sh7763.c110 struct clk *clkp = sh7763_onchip_clocks[i]; local
112 clkp->parent = clk;
113 ret |= clk_register(clkp);
H A Dclock-sh7780.c116 struct clk *clkp = sh7780_onchip_clocks[i]; local
118 clkp->parent = clk;
119 ret |= clk_register(clkp);
H A Dclock-sh7757.c116 struct clk *clkp = sh7757_onchip_clocks[i]; local
118 clkp->parent = clk;
119 clk_register(clkp);
120 clk_enable(clkp);
H A Dclock-shx3.c126 struct clk *clkp = shx3_onchip_clocks[i]; local
128 clkp->parent = clk;
129 ret |= clk_register(clkp);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/kernel/cpu/
H A Dhwblk.c143 struct clk *clkp; local
148 clkp = clks + k;
151 if (!clkp->arch_flags)
154 clkp->ops = &sh_hwblk_clk_ops;
155 ret |= clk_register(clkp);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/kernel/cpu/
H A Dhwblk.c143 struct clk *clkp; local
148 clkp = clks + k;
151 if (!clkp->arch_flags)
154 clkp->ops = &sh_hwblk_clk_ops;
155 ret |= clk_register(clkp);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/plat-samsung/
H A Dclock.c384 * @clkp: Pointer to the first clock in the array.
387 * Call s3c24xx_register_clock() on the @clkp array given, printing an
390 void __init s3c_register_clocks(struct clk *clkp, int nr_clks) argument
394 for (; nr_clks > 0; nr_clks--, clkp++) {
395 ret = s3c24xx_register_clock(clkp);
399 clkp->name, ret);
406 * @clkp: Pointer to the first clock in the array.
410 * @clkp array.
413 void __init s3c_disable_clocks(struct clk *clkp, int nr_clks) argument
415 for (; nr_clks > 0; nr_clks--, clkp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/plat-samsung/
H A Dclock.c384 * @clkp: Pointer to the first clock in the array.
387 * Call s3c24xx_register_clock() on the @clkp array given, printing an
390 void __init s3c_register_clocks(struct clk *clkp, int nr_clks) argument
394 for (; nr_clks > 0; nr_clks--, clkp++) {
395 ret = s3c24xx_register_clock(clkp);
399 clkp->name, ret);
406 * @clkp: Pointer to the first clock in the array.
410 * @clkp array.
413 void __init s3c_disable_clocks(struct clk *clkp, int nr_clks) argument
415 for (; nr_clks > 0; nr_clks--, clkp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-s3c2412/
H A Dclock.c696 struct clk *clkp; local
709 clkp = clks[ptr];
711 ret = s3c24xx_register_clock(clkp);
714 clkp->name, ret);
747 clkp = init_clocks;
748 for (ptr = 0; ptr < ARRAY_SIZE(init_clocks); ptr++, clkp++) {
751 clkp->usage = clkcon & clkp->ctrlbit ? 1 : 0;
753 ret = s3c24xx_register_clock(clkp);
756 clkp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-s3c2412/
H A Dclock.c696 struct clk *clkp; local
709 clkp = clks[ptr];
711 ret = s3c24xx_register_clock(clkp);
714 clkp->name, ret);
747 clkp = init_clocks;
748 for (ptr = 0; ptr < ARRAY_SIZE(init_clocks); ptr++, clkp++) {
751 clkp->usage = clkcon & clkp->ctrlbit ? 1 : 0;
753 ret = s3c24xx_register_clock(clkp);
756 clkp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/kernel/cpu/sh4/
H A Dclock-sh4-202.c169 struct clk *clkp = sh4202_onchip_clocks[i]; local
171 clkp->parent = clk;
172 ret |= clk_register(clkp);

Completed in 295 milliseconds

12