Searched refs:TIM_CCER (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.6/drivers/pwm/ |
| D | pwm-stm32.c | 50 regmap_read(dev->regmap, TIM_CCER, &ccer); in active_channels() 125 regmap_set_bits(priv->regmap, TIM_CCER, ccen); in stm32_pwm_raw_capture() 163 regmap_clear_bits(priv->regmap, TIM_CCER, ccen); in stm32_pwm_raw_capture() 222 regmap_update_bits(priv->regmap, TIM_CCER, pwm->hwpwm < 2 ? in stm32_pwm_capture() 315 regmap_write(priv->regmap, TIM_CCER, 0); in stm32_pwm_capture() 398 regmap_update_bits(priv->regmap, TIM_CCER, mask, in stm32_pwm_set_polarity() 418 regmap_set_bits(priv->regmap, TIM_CCER, mask); in stm32_pwm_enable() 438 regmap_clear_bits(priv->regmap, TIM_CCER, mask); in stm32_pwm_disable() 575 regmap_set_bits(priv->regmap, TIM_CCER, TIM_CCER_CC1NE); in stm32_pwm_detect_complementary() 576 regmap_read(priv->regmap, TIM_CCER, &ccer); in stm32_pwm_detect_complementary() [all …]
|
| /Linux-v6.6/include/linux/mfd/ |
| D | stm32-timers.h | 23 #define TIM_CCER 0x20 /* Capt/Comp Enable Reg */ macro
|
| /Linux-v6.6/drivers/iio/trigger/ |
| D | stm32-timer-trigger.c | 149 regmap_read(priv->regmap, TIM_CCER, &ccer); in stm32_timer_start() 186 regmap_read(priv->regmap, TIM_CCER, &ccer); in stm32_timer_stop() 821 regmap_read(priv->regmap, TIM_CCER, &val); in stm32_timer_trigger_remove()
|