Searched refs:STM32_LPTIM_CR (Results 1 – 3 of 3) sorted by relevance
| /Linux-v4.19/drivers/pwm/ |
| D | pwm-stm32-lp.c | 49 ret = regmap_write(priv->regmap, STM32_LPTIM_CR, 0); in stm32_pwm_lp_apply() 95 ret = regmap_write(priv->regmap, STM32_LPTIM_CR, 0); in stm32_pwm_lp_apply() 107 ret = regmap_write(priv->regmap, STM32_LPTIM_CR, in stm32_pwm_lp_apply() 136 ret = regmap_update_bits(priv->regmap, STM32_LPTIM_CR, in stm32_pwm_lp_apply() 140 regmap_write(priv->regmap, STM32_LPTIM_CR, 0); in stm32_pwm_lp_apply() 162 regmap_read(priv->regmap, STM32_LPTIM_CR, &val); in stm32_pwm_lp_get_state()
|
| /Linux-v4.19/drivers/iio/counter/ |
| D | stm32-lptimer-cnt.c | 33 ret = regmap_read(priv->regmap, STM32_LPTIM_CR, &val); in stm32_lptim_is_enabled() 47 ret = regmap_write(priv->regmap, STM32_LPTIM_CR, val); in stm32_lptim_set_enable_state() 79 regmap_write(priv->regmap, STM32_LPTIM_CR, 0); in stm32_lptim_set_enable_state() 84 return regmap_update_bits(priv->regmap, STM32_LPTIM_CR, in stm32_lptim_set_enable_state()
|
| /Linux-v4.19/include/linux/mfd/ |
| D | stm32-lptimer.h | 19 #define STM32_LPTIM_CR 0x10 /* Control Reg */ macro
|