Home
last modified time | relevance | path

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

/linux/include/soc/at91/
H A Datmel_tcb.h258 #define ATMEL_TC_COVFS (1 << 0) /* counter overflow */ macro
266 #define ATMEL_TC_ALL_IRQ (ATMEL_TC_COVFS | ATMEL_TC_LOVRS | \
/linux/drivers/counter/
H A Dmicrochip-tcb-capture.c24 #define ATMEL_TC_DEF_IRQS (ATMEL_TC_ETRGS | ATMEL_TC_COVFS | \
437 if (sr & ATMEL_TC_COVFS) in mchp_tc_isr()