Searched refs:clk_get_rate (Results 1 - 25 of 240) sorted by relevance

12345678910

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/platform/coldfire/
H A Dclk.c40 unsigned long clk_get_rate(struct clk *clk) function
44 EXPORT_SYMBOL(clk_get_rate); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dclock.c44 unsigned long clk_get_rate(struct clk *clk) function
46 if (clk_functions.clk_get_rate)
47 return clk_functions.clk_get_rate(clk);
50 EXPORT_SYMBOL(clk_get_rate); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-nomadik/
H A Dclock.c15 * calls clk_enable(), clk_disable(), clk_get_rate(), so we provide them
17 unsigned long clk_get_rate(struct clk *clk) function
21 EXPORT_SYMBOL(clk_get_rate); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/ar7/
H A Dtime.c42 mips_hpt_frequency = clk_get_rate(cpu_clk) / 2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dclk_interface.h10 unsigned long (*clk_get_rate) (struct clk *clk); member in struct:clk_interface
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dclk.h68 * clk_get_rate - obtain the current clock rate (in Hz) for a clock source.
72 unsigned long clk_get_rate(struct clk *clk);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-at91/
H A Dat91x40.c35 unsigned long clk_get_rate(struct clk *clk) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dclock2xxx.c48 rate = clk_get_rate(sclk);
H A Dtimer-gp.c86 period = clk_get_rate(omap_dm_timer_get_fclk(gptimer)) / HZ;
150 tick_rate = clk_get_rate(omap_dm_timer_get_fclk(gptimer));
216 tick_rate = clk_get_rate(omap_dm_timer_get_fclk(gpt));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-imx/
H A Dclock-imx1.c105 parent_rate = clk_get_rate(clk->parent);
154 return clk_get_rate(clk->parent) * 512;
198 clk_get_rate(clk->parent));
209 clk_get_rate(clk->parent));
219 unsigned long fclk = clk_get_rate(clk->parent);
237 return clk_get_rate(clk->parent) / (((__raw_readl(CCM_CSCR) &
252 parent_rate = clk_get_rate(clk->parent);
278 return clk_get_rate(clk->parent) / (((__raw_readl(CCM_CSCR) &
293 parent_rate = clk_get_rate(clk->parent);
322 return clk_get_rate(cl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-mx3/
H A Dclock-imx31.c117 return clk_get_rate(&ckih_clk);
145 return clk_get_rate(&ckih_clk);
207 return clk_get_rate(&serial_pll_clk);
209 return clk_get_rate(&mcu_pll_clk);
218 return clk_get_rate(clk->parent) / (max_pdf + 1);
227 return clk_get_rate(clk->parent) / (ipg_pdf + 1);
236 return clk_get_rate(clk->parent) / (nfc_pdf + 1);
245 return clk_get_rate(clk->parent) / (hsp_pdf + 1);
256 return clk_get_rate(clk->parent) / (usb_prepdf + 1) / (usb_pdf + 1);
270 return clk_get_rate(cl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-versatile/
H A Dclock.c32 unsigned long clk_get_rate(struct clk *clk) function
36 EXPORT_SYMBOL(clk_get_rate); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-mmp/
H A Dclock.c79 unsigned long clk_get_rate(struct clk *clk) function
90 EXPORT_SYMBOL(clk_get_rate); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-nuc93x/
H A Dclock.c56 unsigned long clk_get_rate(struct clk *clk) function
60 EXPORT_SYMBOL(clk_get_rate); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/
H A Dclock.c54 unsigned long clk_get_rate(struct clk *clk) function
64 EXPORT_SYMBOL(clk_get_rate); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-sa1100/
H A Dclock.c84 unsigned long clk_get_rate(struct clk *clk) function
88 EXPORT_SYMBOL(clk_get_rate); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-w90x900/
H A Dclock.c58 unsigned long clk_get_rate(struct clk *clk) function
62 EXPORT_SYMBOL(clk_get_rate); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s5pv310/
H A Dclock.c509 xtal = clk_get_rate(xtal_clk);
519 vpllsrc = clk_get_rate(&clk_vpllsrc.clk);
531 armclk = clk_get_rate(&clk_armclk.clk);
532 aclk_corem0 = clk_get_rate(&clk_aclk_corem0.clk);
533 aclk_cores = clk_get_rate(&clk_aclk_cores.clk);
534 aclk_corem1 = clk_get_rate(&clk_aclk_corem1.clk);
535 periphclk = clk_get_rate(&clk_periphclk.clk);
536 sclk_dmc = clk_get_rate(&clk_sclk_dmc.clk);
537 aclk_cored = clk_get_rate(&clk_aclk_cored.clk);
538 aclk_corep = clk_get_rate(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-brcm/
H A Dclock.c74 unsigned long clk_get_rate(struct clk *clk) function
78 clk_get_rate( clk->parent );
84 EXPORT_SYMBOL(clk_get_rate); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ns9xxx/
H A Dclock.c120 unsigned long clk_get_rate(struct clk *clk) function
129 return clk_get_rate(clk->parent);
133 EXPORT_SYMBOL(clk_get_rate); variable
186 p->usage ? clk_get_rate(p) : 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-lh7a40x/
H A Dclocks.c92 unsigned long clk_get_rate (struct clk *clk) function
96 EXPORT_SYMBOL(clk_get_rate); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c2440/
H A Ds3c244x-clock.c103 if (clk_get_rate(clock_upll) > (94 * MHZ)) {
104 clk_usb_bus.rate = clk_get_rate(clock_upll) / 2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-mxc91231/
H A Dclock.c103 return 2 * clk_get_rate(clk->parent);
180 ref_clk = clk_get_rate(&ckih_clk);
264 return clk_get_rate(clk->parent) / (ap_pat_ref_div_2 ? 2 : 1);
266 return clk_get_rate(clk->parent) * (ap_isel ? 2 : 1);
289 return clk_get_rate(pll_clk(sel)) /
292 return clk_get_rate(&ap_ref_clk);
321 return clk_get_rate(clk->parent) /
336 return clk_get_rate(clk->parent) / CRM_16DIVIDER(MXC_CRMAP_ACDR, IPDIV);
341 return clk_get_rate(clk->parent) /
364 return 2 * clk_get_rate(cl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c2412/
H A Dclock.c164 unsigned long parent_rate = clk_get_rate(clk->parent);
179 unsigned long parent_rate = clk_get_rate(clk->parent);
187 unsigned long parent_rate = clk_get_rate(clk->parent);
285 unsigned long parent_rate = clk_get_rate(clk->parent);
322 unsigned long parent_rate = clk_get_rate(clk->parent);
333 unsigned long parent_rate = clk_get_rate(clk->parent);
375 unsigned long parent_rate = clk_get_rate(clk->parent);
386 unsigned long parent_rate = clk_get_rate(clk->parent);
427 unsigned long parent_rate = clk_get_rate(clk->parent);
438 unsigned long parent_rate = clk_get_rate(cl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-s3c24xx/
H A Dclock-dclk.c80 div = clk_get_rate(clk->parent) / rate;
97 return clk_get_rate(clk->parent) / div;
120 clk->rate = clk_get_rate(clk->parent) / div;

Completed in 327 milliseconds

12345678910