Lines Matching refs:max_arr
34 u32 max_arr; member
142 *raw_prd = priv->max_arr - priv->capture[0] + priv->capture[2]; in stm32_pwm_raw_capture()
150 *raw_dty = priv->max_arr - priv->capture[0] + priv->capture[3]; in stm32_pwm_raw_capture()
202 while ((div > priv->max_arr) && (psc < MAX_TIM_PSC)) { in stm32_pwm_capture()
207 regmap_write(priv->regmap, TIM_ARR, priv->max_arr); in stm32_pwm_capture()
232 u32 max_arr = priv->max_arr - 0x1000; /* arbitrary margin */ in stm32_pwm_capture() local
234 scale = max_arr / min(max_arr, raw_prd); in stm32_pwm_capture()
236 scale = priv->max_arr; /* bellow resolution, use max scale */ in stm32_pwm_capture()
255 if (raw_prd >= (priv->max_arr - 0x1000) >> (icpsc + 1)) in stm32_pwm_capture()
335 while (div > priv->max_arr) { in stm32_pwm_config()
614 priv->max_arr = ddata->max_arr; in stm32_pwm_probe()