Home
last modified time | relevance | path

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

/drivers/pwm/
A Dpwm-stm32-lp.c126 unsigned long long prd, div, dty; in stm32_pwm_lp_apply() local
186 dty = prd * state->duty_cycle; in stm32_pwm_lp_apply()
187 do_div(dty, state->period); in stm32_pwm_lp_apply()
254 prd - (1 + dty)); in stm32_pwm_lp_apply()
A Dpwm-sun4i.c169 u32 *dty, u32 *prd, unsigned int *prsclr, in sun4i_pwm_calculate() argument
224 *dty = div; in sun4i_pwm_calculate()
A Dpwm-stm32.c537 unsigned long long prd, div, dty; in stm32_pwm_capture() local
676 dty = (unsigned long long)raw_dty * (psc + 1) * NSEC_PER_SEC; in stm32_pwm_capture()
677 result->duty_cycle = DIV_ROUND_UP_ULL(dty, rate); in stm32_pwm_capture()

Completed in 10 milliseconds