Lines Matching refs:counter_32k
29 static int counter_32k;
155 if (counter_32k)
160 counter_32k = -ENODEV;
166 counter_32k = 1;
168 counter_32k = -ENODEV;
223 * clockevent or clocksource depending if the counter_32k is available on the
226 * Some omap3 boards with unreliable oscillator must not use the counter_32k
228 * oscillator should really set counter_32k as disabled, and delete dmtimer1
246 counter_32k = -ENODEV;
251 counter_32k = -ENODEV;
275 if (counter_32k >= 0) {
318 pr_debug("%s: counter_32k: %i clocksource: %08x clockevent: %08x\n",
319 __func__, counter_32k, clocksource, clockevent);
833 if (counter_32k <= 0 && clocksource == pa)