Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/clocksource/
Dtimer-atmel-st.c37 static int timer_latch; variable
84 while (((crtr - last_crtr) & AT91_ST_CRTV) >= timer_latch) { in at91rm9200_timer_interrupt()
85 last_crtr += timer_latch; in at91rm9200_timer_interrupt()
146 regmap_write(regmap_st, AT91_ST_PIMR, timer_latch); in clkevt32k_set_periodic()
235 timer_latch = (sclk_rate + HZ / 2) / HZ; in atmel_st_timer_init()