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

/linux-4.4.14/drivers/pwm/
H A Dpwm-lpss.c68 static inline u32 pwm_lpss_read(const struct pwm_device *pwm) pwm_lpss_read() function
111 ctrl = pwm_lpss_read(pwm); pwm_lpss_config()
127 pwm_lpss_write(pwm, pwm_lpss_read(pwm) | PWM_ENABLE); pwm_lpss_enable()
133 pwm_lpss_write(pwm, pwm_lpss_read(pwm) & ~PWM_ENABLE); pwm_lpss_disable()

Completed in 150 milliseconds