Home
last modified time | relevance | path

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

/linux/drivers/clocksource/
H A Dtimer-stm32-lp.c58 if (!FIELD_GET(STM32_LPTIM_ENABLE, val)) { in stm32mp25_clkevent_lp_set_evt()
60 regmap_write(priv->reg, STM32_LPTIM_CR, STM32_LPTIM_ENABLE); in stm32mp25_clkevent_lp_set_evt()
97 regmap_write(priv->reg, STM32_LPTIM_CR, STM32_LPTIM_ENABLE); in stm32_clkevent_lp_set_evt()
120 STM32_LPTIM_CNTSTRT | STM32_LPTIM_ENABLE); in stm32_clkevent_lp_set_timer()
123 STM32_LPTIM_SNGSTRT | STM32_LPTIM_ENABLE); in stm32_clkevent_lp_set_timer()
/linux/include/linux/mfd/
H A Dstm32-lptimer.h49 #define STM32_LPTIM_ENABLE BIT(0) macro
/linux/drivers/pwm/
H A Dpwm-stm32-lp.c243 STM32_LPTIM_ENABLE); in stm32_pwm_lp_apply()
305 enabled = !!FIELD_GET(STM32_LPTIM_ENABLE, val); in stm32_pwm_lp_get_state()