Home
last modified time | relevance | path

Searched refs:last_crtr (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/clocksource/
Dtimer-atmel-st.c33 static unsigned long last_crtr; variable
84 while (((crtr - last_crtr) & AT91_ST_CRTV) >= timer_latch) { in at91rm9200_timer_interrupt()
85 last_crtr += timer_latch; in at91rm9200_timer_interrupt()
115 last_crtr = read_CRTR(); in clkdev32k_disable_and_flush_irq()
135 regmap_write(regmap_st, AT91_ST_RTAR, last_crtr); in clkevt32k_set_oneshot()