Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/mfd/
Dstm32-lptimer.h44 #define STM32_LPTIM_MAX_ARR 0xFFFF macro
/linux-4.19.296/drivers/iio/counter/
Dstm32-lptimer-cnt.c275 if (priv->preset > STM32_LPTIM_MAX_ARR) in stm32_lptim_cnt_set_preset()
347 priv->preset = STM32_LPTIM_MAX_ARR; in stm32_lptim_cnt_probe()
/linux-4.19.296/drivers/pwm/
Dpwm-stm32-lp.c68 while (div > STM32_LPTIM_MAX_ARR) { in stm32_pwm_lp_apply()