Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pwm/
H A Dpwm-stm32.c109 unsigned long tmo_ms, u32 *raw_prd, in stm32_pwm_raw_capture() argument
134 2, tmo_ms); in stm32_pwm_raw_capture()
170 struct pwm_capture *result, unsigned long tmo_ms) in stm32_pwm_capture() argument
199 div = (unsigned long long)rate * (unsigned long long)tmo_ms; in stm32_pwm_capture()
226 ret = stm32_pwm_raw_capture(priv, pwm, tmo_ms, &raw_prd, &raw_dty); in stm32_pwm_capture()
247 ret = stm32_pwm_raw_capture(priv, pwm, tmo_ms, &raw_prd, in stm32_pwm_capture()
261 if (prd >= (tmo_ms * NSEC_PER_MSEC) >> (icpsc + 2)) in stm32_pwm_capture()
275 ret = stm32_pwm_raw_capture(priv, pwm, tmo_ms, &raw_prd, &raw_dty); in stm32_pwm_capture()
/openbmc/linux/include/linux/mfd/
H A Dstm32-timers.h132 unsigned long tmo_ms);
139 unsigned long tmo_ms) in stm32_timers_dma_burst_read() argument
/openbmc/linux/drivers/mfd/
H A Dstm32-timers.c53 unsigned long tmo_ms) in stm32_timers_dma_burst_read() argument
56 unsigned long timeout = msecs_to_jiffies(tmo_ms); in stm32_timers_dma_burst_read()