Searched refs:tcbpwm (Results 1 – 1 of 1) sorted by relevance
73 struct atmel_tcb_pwm_device *tcbpwm = &tcbpwmc->pwms[pwm->hwpwm]; in atmel_tcb_pwm_request() local81 tcbpwm->duty = 0; in atmel_tcb_pwm_request()82 tcbpwm->period = 0; in atmel_tcb_pwm_request()83 tcbpwm->div = 0; in atmel_tcb_pwm_request()96 &tcbpwm->duty); in atmel_tcb_pwm_request()100 &tcbpwm->duty); in atmel_tcb_pwm_request()102 tcbpwm->div = cmr & ATMEL_TC_TCCLKS; in atmel_tcb_pwm_request()104 &tcbpwm->period); in atmel_tcb_pwm_request()127 struct atmel_tcb_pwm_device *tcbpwm = &tcbpwmc->pwms[pwm->hwpwm]; in atmel_tcb_pwm_disable() local138 if (tcbpwm->duty == 0) in atmel_tcb_pwm_disable()[all …]