Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/pwm/
Dpwm-atmel-tcb.c295 struct atmel_tcb_pwm_device *atcbpwm = NULL; in atmel_tcb_pwm_config() local
341 atcbpwm = tcbpwmc->pwms[1]; in atmel_tcb_pwm_config()
343 atcbpwm = tcbpwmc->pwms[0]; in atmel_tcb_pwm_config()
353 if ((atcbpwm && atcbpwm->duty > 0 && in atmel_tcb_pwm_config()
354 atcbpwm->duty != atcbpwm->period) && in atmel_tcb_pwm_config()
355 (atcbpwm->div != i || atcbpwm->period != period)) { in atmel_tcb_pwm_config()