Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/trigger/
H A Dstm32-timer-trigger.c165 regmap_update_bits(priv->regmap, TIM_CR2, TIM_CR2_MMS2, in stm32_timer_start()
199 regmap_update_bits(priv->regmap, TIM_CR2, TIM_CR2_MMS2, 0); in stm32_timer_stop()
296 cr2 = (cr2 & TIM_CR2_MMS2) >> TIM_CR2_MMS2_SHIFT; in stm32_tt_show_master_mode()
313 mask = TIM_CR2_MMS2; in stm32_tt_store_master_mode()
760 regmap_update_bits(priv->regmap, TIM_CR2, TIM_CR2_MMS2, TIM_CR2_MMS2); in stm32_timer_detect_trgo2()
762 regmap_update_bits(priv->regmap, TIM_CR2, TIM_CR2_MMS2, 0); in stm32_timer_detect_trgo2()
/openbmc/linux/include/linux/mfd/
H A Dstm32-timers.h40 #define TIM_CR2_MMS2 GENMASK(23, 20) /* Master mode selection 2 */ macro