Go to the documentation of this file. 1 #ifndef __LINUX_ATMEL_PWM_H
2 #define __LINUX_ATMEL_PWM_H
39 #define pwm_channel_enable(ch) __pwm_channel_onoff((ch), 1)
40 #define pwm_channel_disable(ch) __pwm_channel_onoff((ch), 0)
48 #define PWM_CPR_CPD (1 << 10)
49 #define PWM_CPR_CPOL (1 << 9)
50 #define PWM_CPR_CALG (1 << 8)
51 #define PWM_CPR_CPRE (0xf << 0)
52 #define PWM_CPR_CLKA (0xb << 0)
53 #define PWM_CPR_CLKB (0xc << 0)