Searched refs:AT91_ST_PITS (Results 1 – 2 of 2) sorted by relevance
80 if (sr & AT91_ST_PITS) { in at91rm9200_timer_interrupt()118 at91_st_write(AT91_ST_IDR, AT91_ST_PITS | AT91_ST_ALMS); in clkevt32k_mode()125 irqmask = AT91_ST_PITS; in clkevt32k_mode()255 AT91_ST_PITS | AT91_ST_WDOVF | AT91_ST_RTTINC | AT91_ST_ALMS); in at91rm9200_timer_init()
46 #define AT91_ST_PITS (1 << 0) /* Period Interval Timer Status */ macro