Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clocksource/
H A Dtimer-atmel-st.c68 if (sr & AT91_ST_PITS) { in at91rm9200_timer_interrupt()
100 regmap_write(regmap_st, AT91_ST_IDR, AT91_ST_PITS | AT91_ST_ALMS); in clkdev32k_disable_and_flush_irq()
132 irqmask = AT91_ST_PITS; in clkevt32k_set_periodic()
197 AT91_ST_PITS | AT91_ST_WDOVF | AT91_ST_RTTINC | AT91_ST_ALMS); in atmel_st_timer_init()
/openbmc/linux/include/linux/mfd/syscon/
H A Datmel-st.h30 #define AT91_ST_PITS BIT(0) /* Period Interval Timer Status */ macro