Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pwm/
H A Dpwm-atmel-tcb.c269 struct atmel_tcb_pwm_device *atcbpwm = NULL; in atmel_tcb_pwm_config() local
315 atcbpwm = &tcbpwmc->pwms[1]; in atmel_tcb_pwm_config()
317 atcbpwm = &tcbpwmc->pwms[0]; in atmel_tcb_pwm_config()
327 if ((atcbpwm && atcbpwm->duty > 0 && in atmel_tcb_pwm_config()
328 atcbpwm->duty != atcbpwm->period) && in atmel_tcb_pwm_config()
329 (atcbpwm->div != i || atcbpwm->period != period)) { in atmel_tcb_pwm_config()