Home
last modified time | relevance | path

Searched refs:TIM_CR2 (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/iio/trigger/
Dstm32-timer-trigger.c149 regmap_update_bits(priv->regmap, TIM_CR2, TIM_CR2_MMS2, in stm32_timer_start()
152 regmap_update_bits(priv->regmap, TIM_CR2, TIM_CR2_MMS, in stm32_timer_start()
266 regmap_read(priv->regmap, TIM_CR2, &cr2); in stm32_tt_show_master_mode()
298 regmap_update_bits(priv->regmap, TIM_CR2, mask, in stm32_tt_store_master_mode()
798 regmap_update_bits(priv->regmap, TIM_CR2, TIM_CR2_MMS2, TIM_CR2_MMS2); in stm32_timer_detect_trgo2()
799 regmap_read(priv->regmap, TIM_CR2, &val); in stm32_timer_detect_trgo2()
800 regmap_update_bits(priv->regmap, TIM_CR2, TIM_CR2_MMS2, 0); in stm32_timer_detect_trgo2()
/Linux-v4.19/include/linux/mfd/
Dstm32-timers.h16 #define TIM_CR2 0x04 /* Control Register 2 */ macro