Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clocksource/
H A Dtimer-stm32-lp.c59 regmap_write(priv->reg, STM32_LPTIM_CR, STM32_LPTIM_ENABLE); in stm32_clkevent_lp_set_timer()
66 STM32_LPTIM_CNTSTRT | STM32_LPTIM_ENABLE); in stm32_clkevent_lp_set_timer()
69 STM32_LPTIM_SNGSTRT | STM32_LPTIM_ENABLE); in stm32_clkevent_lp_set_timer()
/openbmc/linux/include/linux/mfd/
H A Dstm32-lptimer.h39 #define STM32_LPTIM_ENABLE BIT(0) macro
/openbmc/linux/drivers/pwm/
H A Dpwm-stm32-lp.c115 STM32_LPTIM_ENABLE); in stm32_pwm_lp_apply()
169 state->enabled = !!FIELD_GET(STM32_LPTIM_ENABLE, val); in stm32_pwm_lp_get_state()
/openbmc/linux/drivers/counter/
H A Dstm32-lptimer-cnt.c41 return FIELD_GET(STM32_LPTIM_ENABLE, val); in stm32_lptim_is_enabled()
50 val = FIELD_PREP(STM32_LPTIM_ENABLE, enable); in stm32_lptim_set_enable_state()