Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/pwm/
Dpwm-tiehrpwm.c223 u16 ps_divval, tb_divval; in ehrpwm_pwm_config() local
269 if (set_prescale_div(period_cycles/PERIOD_MAX, &ps_divval, in ehrpwm_pwm_config()
281 period_cycles = period_cycles / ps_divval; in ehrpwm_pwm_config()
282 duty_cycles = duty_cycles / ps_divval; in ehrpwm_pwm_config()