Searched refs:STM32_LPTIM_CFGR (Results 1 – 4 of 4) sorted by relevance
| /Linux-v4.19/drivers/mfd/ |
| D | stm32-lptimer.c | 31 ret = regmap_update_bits(ddata->regmap, STM32_LPTIM_CFGR, in stm32_lptimer_detect_encoder() 36 ret = regmap_read(ddata->regmap, STM32_LPTIM_CFGR, &val); in stm32_lptimer_detect_encoder() 40 ret = regmap_update_bits(ddata->regmap, STM32_LPTIM_CFGR, in stm32_lptimer_detect_encoder()
|
| /Linux-v4.19/drivers/pwm/ |
| D | pwm-stm32-lp.c | 83 ret = regmap_read(priv->regmap, STM32_LPTIM_CFGR, &cfgr); in stm32_pwm_lp_apply() 99 ret = regmap_update_bits(priv->regmap, STM32_LPTIM_CFGR, mask, in stm32_pwm_lp_apply() 168 regmap_read(priv->regmap, STM32_LPTIM_CFGR, &val); in stm32_pwm_lp_get_state()
|
| /Linux-v4.19/include/linux/mfd/ |
| D | stm32-lptimer.h | 18 #define STM32_LPTIM_CFGR 0x0C /* Configuration Reg */ macro
|
| /Linux-v4.19/drivers/iio/counter/ |
| D | stm32-lptimer-cnt.c | 101 return regmap_update_bits(priv->regmap, STM32_LPTIM_CFGR, mask, val); in stm32_lptim_setup()
|