Home
last modified time | relevance | path

Searched refs:ATMEL_TC_WAVESEL_UP_AUTO (Results 1 – 3 of 3) sorted by relevance

/linux/include/soc/at91/
H A Datmel_tcb.h199 #define ATMEL_TC_WAVESEL_UP_AUTO (2 << 13) macro
/linux/drivers/clocksource/
H A Dtimer-atmel-tcb.c185 ATMEL_TC_WAVESEL_UP_AUTO, regs + ATMEL_TC_REG(2, CMR)); in tc_set_oneshot()
206 writel(timer_clock | ATMEL_TC_WAVE | ATMEL_TC_WAVESEL_UP_AUTO, in tc_set_periodic()
/linux/drivers/pwm/
H A Dpwm-atmel-tcb.c109 cmr |= ATMEL_TC_WAVE | ATMEL_TC_WAVESEL_UP_AUTO | ATMEL_TC_EEVT_XC0; in atmel_tcb_pwm_request()