Home
last modified time | relevance | path

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

/linux/include/linux/mfd/syscon/
H A Datmel-st.h43 #define AT91_ST_CRTV 0xfffff /* Current Real-Time Value */ macro
/linux/drivers/clocksource/
H A Dtimer-atmel-st.c71 while (((crtr - last_crtr) & AT91_ST_CRTV) >= timer_latch) { in at91rm9200_timer_interrupt()