Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/clocksource/
Dtimer-atmel-st.c62 if (sr & AT91_ST_ALMS) { in at91rm9200_timer_interrupt()
100 regmap_write(regmap_st, AT91_ST_IDR, AT91_ST_PITS | AT91_ST_ALMS); in clkdev32k_disable_and_flush_irq()
121 irqmask = AT91_ST_ALMS; in clkevt32k_set_oneshot()
197 AT91_ST_PITS | AT91_ST_WDOVF | AT91_ST_RTTINC | AT91_ST_ALMS); in atmel_st_timer_init()
/linux-5.19.10/include/linux/mfd/syscon/
Datmel-st.h33 #define AT91_ST_ALMS BIT(3) /* Alarm Status */ macro