Home
last modified time | relevance | path

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

/linux/include/linux/mfd/
H A Dstm32-lptimer.h54 #define STM32_LPTIM_MAX_ARR 0xFFFF macro
/linux/drivers/counter/
H A Dstm32-lptimer-cnt.c259 if (ceiling > STM32_LPTIM_MAX_ARR) in stm32_lptim_cnt_ceiling_write()
428 priv->ceiling = STM32_LPTIM_MAX_ARR; in stm32_lptim_cnt_probe()
/linux/drivers/clocksource/
H A Dtimer-stm32-lp.c139 STM32_LPTIM_MAX_ARR); in stm32_clkevent_lp_init()
/linux/drivers/pwm/
H A Dpwm-stm32-lp.c68 while (div > STM32_LPTIM_MAX_ARR) { in stm32_pwm_lp_apply()