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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-msm/
H A Dacpuclock-arm11.c276 struct clkctl_acpu_speed *cur_s, *tgt_s, *strt_s; local
289 for (tgt_s = acpu_freq_tbl; tgt_s->a11clk_khz != 0; tgt_s++) {
290 if (tgt_s->a11clk_khz == (rate / 1000))
294 if (tgt_s->a11clk_khz == 0)
298 if (for_power_collapse && tgt_s->a11clk_khz < cur_s->a11clk_khz) {
299 while (tgt_s->pll != ACPU_PLL_TCXO && tgt_s->pll != cur_s->pll)
300 tgt_s
[all...]

Completed in 34 milliseconds