Searched refs:STM32_LPTIM_CFGR (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/mfd/ |
H A D | stm32-lptimer.c | 34 ret = regmap_update_bits(ddata->regmap, STM32_LPTIM_CFGR, in stm32_lptimer_detect_encoder() 39 ret = regmap_read(ddata->regmap, STM32_LPTIM_CFGR, &val); in stm32_lptimer_detect_encoder() 43 ret = regmap_update_bits(ddata->regmap, STM32_LPTIM_CFGR, in stm32_lptimer_detect_encoder()
|
/linux/drivers/pwm/ |
H A D | pwm-stm32-lp.c | 108 ret = regmap_read(priv->regmap, STM32_LPTIM_CFGR, &cfgr); in stm32_pwm_lp_compare_channel_apply() 189 ret = regmap_read(priv->regmap, STM32_LPTIM_CFGR, &cfgr); in stm32_pwm_lp_apply() 234 ret = regmap_update_bits(priv->regmap, STM32_LPTIM_CFGR, mask, in stm32_pwm_lp_apply() 324 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 51 /* STM32_LPTIM_CFGR - bit fields */
|
/linux/drivers/clocksource/ |
H A D | timer-stm32-lp.c | 172 regmap_write(priv->reg, STM32_LPTIM_CFGR, i << CFGR_PSC_OFFSET); in stm32_clkevent_lp_set_prescaler() 197 regmap_write(priv->reg, STM32_LPTIM_CFGR, priv->psc << CFGR_PSC_OFFSET); in stm32_clkevent_lp_resume()
|
/linux/drivers/counter/ |
H A D | stm32-lptimer-cnt.c | 113 return regmap_update_bits(priv->regmap, STM32_LPTIM_CFGR, mask, val); in stm32_lptim_setup()
|