Home
last modified time | relevance | path

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

/linux/include/linux/mfd/
H A Dstm32-lptimer.h15 #define STM32_LPTIM_ISR 0x00 /* Interrupt and Status Reg */ macro
30 /* STM32_LPTIM_ISR - bit fields */
/linux/drivers/clocksource/
H A Dtimer-stm32-lp.c74 ret = regmap_read_poll_timeout_atomic(priv->reg, STM32_LPTIM_ISR, val, in stm32mp25_clkevent_lp_set_evt()
/linux/drivers/counter/
H A Dstm32-lptimer-cnt.c75 ret = regmap_read_poll_timeout(priv->regmap, STM32_LPTIM_ISR, val, in stm32_lptim_set_enable_state()
/linux/drivers/pwm/
H A Dpwm-stm32-lp.c259 ret = regmap_read_poll_timeout(priv->regmap, STM32_LPTIM_ISR, val, pwm->hwpwm ? in stm32_pwm_lp_apply()