Searched refs:TIM_CR1 (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/counter/
H A Dstm32-timer-cnt.c123 regmap_read(priv->regmap, TIM_CR1, &cr1);
125 regmap_update_bits(priv->regmap, TIM_CR1, TIM_CR1_CEN, 0);
133 regmap_update_bits(priv->regmap, TIM_CR1, TIM_CR1_CEN, cr1);
145 regmap_read(priv->regmap, TIM_CR1, &cr1);
174 regmap_update_bits(priv->regmap, TIM_CR1, TIM_CR1_ARPE, 0);
186 regmap_read(priv->regmap, TIM_CR1, &cr1);
200 regmap_read(priv->regmap, TIM_CR1, &cr1);
204 regmap_update_bits(priv->regmap, TIM_CR1, TIM_CR1_CEN,
207 regmap_read(priv->regmap, TIM_CR1, &cr1);
208 regmap_update_bits(priv->regmap, TIM_CR1, TIM_CR1_CE
[all...]
/linux-master/drivers/iio/trigger/
H A Dstm32-timer-trigger.c161 regmap_update_bits(priv->regmap, TIM_CR1, TIM_CR1_ARPE, TIM_CR1_ARPE);
175 regmap_update_bits(priv->regmap, TIM_CR1, TIM_CR1_CEN, TIM_CR1_CEN);
192 regmap_update_bits(priv->regmap, TIM_CR1, TIM_CR1_ARPE, 0);
193 regmap_update_bits(priv->regmap, TIM_CR1, TIM_CR1_CEN, 0);
245 regmap_read(priv->regmap, TIM_CR1, &cr1);
459 regmap_read(priv->regmap, TIM_CR1, &dat);
501 regmap_update_bits(priv->regmap, TIM_CR1, TIM_CR1_CEN,
504 regmap_update_bits(priv->regmap, TIM_CR1, TIM_CR1_CEN,
686 regmap_update_bits(priv->regmap, TIM_CR1, TIM_CR1_ARPE, 0);
823 regmap_update_bits(priv->regmap, TIM_CR1, TIM_CR1_CE
[all...]
/linux-master/drivers/clocksource/
H A Dtimer-stm32.c25 #define TIM_CR1 0x00 macro
114 writel_relaxed(TIM_CR1_UDIS | TIM_CR1_CEN, timer_of_base(to) + TIM_CR1);
/linux-master/drivers/pwm/
H A Dpwm-stm32.c104 regmap_set_bits(priv->regmap, TIM_CR1, TIM_CR1_CEN);
149 regmap_clear_bits(priv->regmap, TIM_CR1, TIM_CR1_CEN);
351 regmap_set_bits(priv->regmap, TIM_CR1, TIM_CR1_ARPE);
409 regmap_set_bits(priv->regmap, TIM_CR1, TIM_CR1_CEN);
427 regmap_clear_bits(priv->regmap, TIM_CR1, TIM_CR1_CEN);
/linux-master/include/linux/mfd/
H A Dstm32-timers.h15 #define TIM_CR1 0x00 /* Control Register 1 */ macro

Completed in 106 milliseconds