Searched refs:tmo_ms (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/pwm/ |
| H A D | pwm-stm32.c | 472 unsigned long tmo_ms, u32 *raw_prd, in stm32_pwm_raw_capture() argument 498 2, tmo_ms); in stm32_pwm_raw_capture() 534 struct pwm_capture *result, unsigned long tmo_ms) in stm32_pwm_capture() argument 563 div = (unsigned long long)rate * (unsigned long long)tmo_ms; in stm32_pwm_capture() 590 ret = stm32_pwm_raw_capture(chip, pwm, tmo_ms, &raw_prd, &raw_dty); in stm32_pwm_capture() 611 ret = stm32_pwm_raw_capture(chip, pwm, tmo_ms, &raw_prd, in stm32_pwm_capture() 625 if (prd >= (tmo_ms * NSEC_PER_MSEC) >> (icpsc + 2)) in stm32_pwm_capture() 639 ret = stm32_pwm_raw_capture(chip, pwm, tmo_ms, &raw_prd, &raw_dty); in stm32_pwm_capture()
|