Searched defs:clk_get_rate (Results 1 - 25 of 36) sorted by relevance

12

/arch/arm/mach-at91/
H A Dat91x40.c37 unsigned long clk_get_rate(struct clk *clk) function
/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
/arch/m68k/platform/coldfire/
H A Dclk.c40 unsigned long clk_get_rate(struct clk *clk) function
44 EXPORT_SYMBOL(clk_get_rate); variable
/arch/arm/mach-highbank/
H A Dclock.c34 unsigned long clk_get_rate(struct clk *clk) function
/arch/arm/mach-mmp/
H A Dclock.c79 unsigned long clk_get_rate(struct clk *clk) function
90 EXPORT_SYMBOL(clk_get_rate); variable
/arch/arm/mach-mxs/
H A Dclock.c128 unsigned long clk_get_rate(struct clk *clk) function
136 return clk_get_rate(clk->parent);
138 EXPORT_SYMBOL(clk_get_rate); variable
/arch/arm/mach-pxa/
H A Dclock.c44 unsigned long clk_get_rate(struct clk *clk) function
54 EXPORT_SYMBOL(clk_get_rate); variable
/arch/arm/mach-w90x900/
H A Dclock.c58 unsigned long clk_get_rate(struct clk *clk) function
62 EXPORT_SYMBOL(clk_get_rate); variable
/arch/arm/plat-versatile/
H A Dclock.c32 unsigned long clk_get_rate(struct clk *clk) function
36 EXPORT_SYMBOL(clk_get_rate); variable
/arch/powerpc/include/asm/
H A Dclk_interface.h10 unsigned long (*clk_get_rate) (struct clk *clk); member in struct:clk_interface
/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
/arch/arm/mach-bcmring/
H A Dclock.c117 unsigned long clk_get_rate(struct clk *clk) function
124 EXPORT_SYMBOL(clk_get_rate); variable
/arch/arm/mach-msm/
H A Dclock.c67 unsigned long clk_get_rate(struct clk *clk) function
71 EXPORT_SYMBOL(clk_get_rate); variable
/arch/arm/plat-mxc/
H A Dclock.c118 unsigned long clk_get_rate(struct clk *clk) function
126 return clk_get_rate(clk->parent);
128 EXPORT_SYMBOL(clk_get_rate); variable
/arch/mips/lantiq/
H A Dclk.c70 unsigned long clk_get_rate(struct clk *clk) function
83 EXPORT_SYMBOL(clk_get_rate); variable
150 mips_hpt_frequency = clk_get_rate(clk) / ltq_get_counter_resolution();
/arch/avr32/mach-at32ap/
H A Dclock.c115 unsigned long clk_get_rate(struct clk *clk) function
126 EXPORT_SYMBOL(clk_get_rate); variable
224 clk_get_rate(parent));
/arch/mips/ath79/
H A Dclock.c229 unsigned long clk_get_rate(struct clk *clk) function
233 EXPORT_SYMBOL(clk_get_rate); variable
/arch/mips/bcm63xx/
H A Dclk.c254 unsigned long clk_get_rate(struct clk *clk) function
259 EXPORT_SYMBOL(clk_get_rate); variable
/arch/mips/kernel/cpufreq/
H A Dloongson2_clock.c79 unsigned long clk_get_rate(struct clk *clk) function
83 EXPORT_SYMBOL(clk_get_rate); variable
/arch/unicore32/kernel/
H A Dclock.c93 unsigned long clk_get_rate(struct clk *clk) function
97 EXPORT_SYMBOL(clk_get_rate); variable
/arch/arm/mach-davinci/
H A Dclock.c83 unsigned long clk_get_rate(struct clk *clk) function
90 EXPORT_SYMBOL(clk_get_rate); variable
625 buf, parent->usecount, state, clk_get_rate(parent));
/arch/arm/mach-tegra/
H A Dclock.c85 rate = clk_get_rate(p);
109 unsigned long clk_get_rate(struct clk *c) function
122 EXPORT_SYMBOL(clk_get_rate); variable
360 if (table->rate && table->rate != clk_get_rate(c)) {
/arch/arm/plat-omap/
H A Dclock.c81 unsigned long clk_get_rate(struct clk *clk) function
95 EXPORT_SYMBOL(clk_get_rate); variable
/arch/arm/plat-samsung/
H A Dclock.c120 unsigned long clk_get_rate(struct clk *clk) function
132 return clk_get_rate(clk->parent);
193 EXPORT_SYMBOL(clk_get_rate); variable
/arch/c6x/platforms/
H A Dpll.c76 unsigned long clk_get_rate(struct clk *clk) function
83 EXPORT_SYMBOL(clk_get_rate); variable
399 buf, parent->usecount, state, clk_get_rate(parent));

Completed in 729 milliseconds

12