Searched refs:tcbpwm (Results 1 – 1 of 1) sorted by relevance
72 struct atmel_tcb_pwm_device *tcbpwm = &tcbpwmc->pwms[pwm->hwpwm]; in atmel_tcb_pwm_request() local80 tcbpwm->duty = 0; in atmel_tcb_pwm_request()81 tcbpwm->period = 0; in atmel_tcb_pwm_request()82 tcbpwm->div = 0; in atmel_tcb_pwm_request()95 &tcbpwm->duty); in atmel_tcb_pwm_request()99 &tcbpwm->duty); in atmel_tcb_pwm_request()101 tcbpwm->div = cmr & ATMEL_TC_TCCLKS; in atmel_tcb_pwm_request()103 &tcbpwm->period); in atmel_tcb_pwm_request()126 struct atmel_tcb_pwm_device *tcbpwm = &tcbpwmc->pwms[pwm->hwpwm]; in atmel_tcb_pwm_disable() local137 if (tcbpwm->duty == 0) in atmel_tcb_pwm_disable()[all …]