Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/clocksource/
Dtimer-atmel-st.c24 static int timer_latch; variable
71 while (((crtr - last_crtr) & AT91_ST_CRTV) >= timer_latch) { in at91rm9200_timer_interrupt()
72 last_crtr += timer_latch; in at91rm9200_timer_interrupt()
133 regmap_write(regmap_st, AT91_ST_PIMR, timer_latch); in clkevt32k_set_periodic()
233 timer_latch = (sclk_rate + HZ / 2) / HZ; in atmel_st_timer_init()