Searched refs:oscr (Results 1 – 1 of 1) sorted by relevance
81 unsigned long next, oscr; in pxa_osmr0_set_next_event() local86 oscr = timer_readl(OSCR); in pxa_osmr0_set_next_event()88 return (signed)(next - oscr) <= MIN_OSCR_DELTA ? -ETIME : 0; in pxa_osmr0_set_next_event()100 static unsigned long osmr[4], oier, oscr; variable109 oscr = timer_readl(OSCR); in pxa_timer_suspend()120 if (osmr[0] - oscr < MIN_OSCR_DELTA) in pxa_timer_resume()128 timer_writel(oscr, OSCR); in pxa_timer_resume()
Completed in 3 milliseconds