Home
last modified time | relevance | path

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

/arch/arm/mach-at91/
Dat91rm9200_time.c80 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()
/arch/arm/mach-at91/include/mach/
Dat91_st.h46 #define AT91_ST_PITS (1 << 0) /* Period Interval Timer Status */ macro