Searched refs:PWM_CMR_CPOL (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/drivers/pwm/ | ||
H A D | pwm-atmel.c | 33 #define PWM_CMR_CPOL (1 << 9) macro 209 val &= ~PWM_CMR_CPOL; atmel_pwm_set_polarity() 211 val |= PWM_CMR_CPOL; atmel_pwm_set_polarity() |
Completed in 69 milliseconds