Home
last modified time | relevance | path

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

/linux/drivers/pwm/
H A Dpwm-stm32.c221 u64 ccr_ns; in stm32_pwm_round_waveform_fromhw() local
227 ccr_ns = stm32_pwm_mul_u64_u64_div_u64_roundup(((u64)wfhw->psc + 1) * wfhw->ccr, in stm32_pwm_round_waveform_fromhw()
235 wf->duty_offset_ns = ccr_ns; in stm32_pwm_round_waveform_fromhw()
237 wf->duty_length_ns = ccr_ns; in stm32_pwm_round_waveform_fromhw()