Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/pwm/
Dpwm-stm32.c197 static u64 stm32_pwm_mul_u64_u64_div_u64_roundup(u64 a, u64 b, u64 c) in stm32_pwm_mul_u64_u64_div_u64_roundup() function
223 …wf->period_length_ns = stm32_pwm_mul_u64_u64_div_u64_roundup(((u64)wfhw->psc + 1) * (wfhw->arr + 1… in stm32_pwm_round_waveform_fromhw()
226 ccr_ns = stm32_pwm_mul_u64_u64_div_u64_roundup(((u64)wfhw->psc + 1) * wfhw->ccr, in stm32_pwm_round_waveform_fromhw()
231 stm32_pwm_mul_u64_u64_div_u64_roundup(((u64)wfhw->psc + 1) * (wfhw->arr + 1 - wfhw->ccr), in stm32_pwm_round_waveform_fromhw()