Searched refs:get_rate_arm (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-mx3/
H A Dclock-imx35.c150 static unsigned long get_rate_arm(void) function
167 unsigned long fref = get_rate_arm();
186 return get_rate_arm() / div;
197 rate = get_rate_arm();
223 rate = get_rate_arm();
239 rate = get_rate_arm();
264 rate = get_rate_arm();
277 rate = get_rate_arm();
292 return get_rate_arm() / (div + 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-mx3/
H A Dclock-imx35.c150 static unsigned long get_rate_arm(void) function
167 unsigned long fref = get_rate_arm();
186 return get_rate_arm() / div;
197 rate = get_rate_arm();
223 rate = get_rate_arm();
239 rate = get_rate_arm();
264 rate = get_rate_arm();
277 rate = get_rate_arm();
292 return get_rate_arm() / (div + 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-mx25/
H A Dclock.c69 unsigned long get_rate_arm(struct clk *clk) function
84 return get_rate_arm(NULL) / (((cctl >> 28) & 0x3) + 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-mx25/
H A Dclock.c69 unsigned long get_rate_arm(struct clk *clk) function
84 return get_rate_arm(NULL) / (((cctl >> 28) & 0x3) + 1);

Completed in 99 milliseconds