Searched refs:STM32_LPTIM_CFGR (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/drivers/pwm/ |
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() 174 regmap_read(priv->regmap, STM32_LPTIM_CFGR, &val); in stm32_pwm_lp_get_state()
|
/linux-4.19.296/include/linux/mfd/ |
D | stm32-lptimer.h | 18 #define STM32_LPTIM_CFGR 0x0C /* Configuration Reg */ macro
|
/linux-4.19.296/drivers/iio/counter/ |
D | stm32-lptimer-cnt.c | 101 return regmap_update_bits(priv->regmap, STM32_LPTIM_CFGR, mask, val); in stm32_lptim_setup()
|