Home
last modified time | relevance | path

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

/openbmc/linux/include/soc/at91/
H A Datmel_tcb.h262 #define ATMEL_TC_CPCS (1 << 4) /* RC compare */ macro
268 ATMEL_TC_CPCS | ATMEL_TC_LDRAS | \
/openbmc/linux/drivers/clocksource/
H A Dtimer-atmel-tcb.c186 writel(ATMEL_TC_CPCS, regs + ATMEL_TC_REG(2, IER)); in tc_set_oneshot()
211 writel(ATMEL_TC_CPCS, regs + ATMEL_TC_REG(2, IER)); in tc_set_periodic()
248 if (sr & ATMEL_TC_CPCS) { in ch2_irq()