Searched refs:PWM_CMR_CPRE_MSK (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/pwm/
H A Dpwm-atmel.c48 #define PWM_CMR_CPRE_MSK 0xF macro
310 pres = cmr & PWM_CMR_CPRE_MSK;
339 val = (val & ~PWM_CMR_CPRE_MSK) | (pres & PWM_CMR_CPRE_MSK);
368 pres = cmr & PWM_CMR_CPRE_MSK;

Completed in 114 milliseconds