Home
last modified time | relevance | path

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

/openbmc/linux/include/soc/at91/
H A Datmel_tcb.h138 #define ATMEL_TC_CLKDIS (1 << 1) /* clock disable */ macro
/openbmc/linux/drivers/clocksource/
H A Dtimer-atmel-tcb.c166 writel(ATMEL_TC_CLKDIS, regs + ATMEL_TC_REG(2, CCR)); in tc_shutdown()
/openbmc/linux/drivers/pwm/
H A Dpwm-atmel-tcb.c168 ATMEL_TC_SWTRG | ATMEL_TC_CLKDIS); in atmel_tcb_pwm_disable()