Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/clocksource/
H A Dtimer-atmel-st.c20 static unsigned long last_crtr; variable
71 while (((crtr - last_crtr) & AT91_ST_CRTV) >= timer_latch) { in at91rm9200_timer_interrupt()
72 last_crtr += timer_latch; in at91rm9200_timer_interrupt()
102 last_crtr = read_CRTR(); in clkdev32k_disable_and_flush_irq()
122 regmap_write(regmap_st, AT91_ST_RTAR, last_crtr); in clkevt32k_set_oneshot()
/kernel/linux/linux-6.6/drivers/clocksource/
H A Dtimer-atmel-st.c20 static unsigned long last_crtr; variable
71 while (((crtr - last_crtr) & AT91_ST_CRTV) >= timer_latch) { in at91rm9200_timer_interrupt()
72 last_crtr += timer_latch; in at91rm9200_timer_interrupt()
102 last_crtr = read_CRTR(); in clkdev32k_disable_and_flush_irq()
122 regmap_write(regmap_st, AT91_ST_RTAR, last_crtr); in clkevt32k_set_oneshot()

Completed in 2 milliseconds