Searched refs:STM32_LPTIM_CFGR (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/mfd/ |
H A D | stm32-lptimer.c | 33 ret = regmap_update_bits(ddata->regmap, STM32_LPTIM_CFGR, in stm32_lptimer_detect_encoder() 38 ret = regmap_read(ddata->regmap, STM32_LPTIM_CFGR, &val); in stm32_lptimer_detect_encoder() 42 ret = regmap_update_bits(ddata->regmap, STM32_LPTIM_CFGR, in stm32_lptimer_detect_encoder()
|
/linux/drivers/pwm/ |
H A D | pwm-stm32-lp.c | 89 ret = regmap_read(priv->regmap, STM32_LPTIM_CFGR, &cfgr); in stm32_pwm_lp_apply() 105 ret = regmap_update_bits(priv->regmap, STM32_LPTIM_CFGR, mask, in stm32_pwm_lp_apply() 173 regmap_read(priv->regmap, STM32_LPTIM_CFGR, &val); in stm32_pwm_lp_get_state()
|
/linux/include/linux/mfd/ |
H A D | stm32-lptimer.h | 18 #define STM32_LPTIM_CFGR 0x0C /* Configuration Reg */ macro
|
/linux/drivers/clocksource/ |
H A D | timer-stm32-lp.c | 118 regmap_write(priv->reg, STM32_LPTIM_CFGR, i << CFGR_PSC_OFFSET); in stm32_clkevent_lp_set_prescaler()
|
/linux/drivers/counter/ |
H A D | stm32-lptimer-cnt.c | 107 return regmap_update_bits(priv->regmap, STM32_LPTIM_CFGR, mask, val); in stm32_lptim_setup()
|