Searched refs:TIM_CR2 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/iio/trigger/ |
H A D | stm32-timer-trigger.c | 165 regmap_update_bits(priv->regmap, TIM_CR2, TIM_CR2_MMS2, in stm32_timer_start() 168 regmap_update_bits(priv->regmap, TIM_CR2, TIM_CR2_MMS, in stm32_timer_start() 199 regmap_update_bits(priv->regmap, TIM_CR2, TIM_CR2_MMS2, 0); in stm32_timer_stop() 201 regmap_update_bits(priv->regmap, TIM_CR2, TIM_CR2_MMS, 0); in stm32_timer_stop() 293 regmap_read(priv->regmap, TIM_CR2, &cr2); in stm32_tt_show_master_mode() 331 regmap_update_bits(priv->regmap, TIM_CR2, mask, 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() 761 regmap_read(priv->regmap, TIM_CR2, &val); in stm32_timer_detect_trgo2() 762 regmap_update_bits(priv->regmap, TIM_CR2, TIM_CR2_MMS2, 0); in stm32_timer_detect_trgo2() 839 regmap_read(priv->regmap, TIM_CR2, &priv->bak.cr2); in stm32_timer_trigger_suspend() [all …]
|
/openbmc/qemu/include/hw/timer/ |
H A D | stm32f2xx_timer.h | 33 #define TIM_CR2 0x04 macro
|
/openbmc/qemu/hw/timer/ |
H A D | stm32f2xx_timer.c | 134 case TIM_CR2: in stm32f2xx_timer_read() 193 case TIM_CR2: in stm32f2xx_timer_write()
|
/openbmc/linux/include/linux/mfd/ |
H A D | stm32-timers.h | 16 #define TIM_CR2 0x04 /* Control Register 2 */ macro
|