Home
last modified time | relevance | path

Searched refs:TIM_CCR2 (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/hw/timer/
H A Dstm32f2xx_timer.h45 #define TIM_CCR2 0x38 macro
/openbmc/qemu/hw/timer/
H A Dstm32f2xx_timer.c159 case TIM_CCR2: in stm32f2xx_timer_read()
236 case TIM_CCR2: in stm32f2xx_timer_write()
/openbmc/linux/include/linux/mfd/
H A Dstm32-timers.h28 #define TIM_CCR2 0x38 /* Capt/Comp Register 2 */ macro
/openbmc/linux/drivers/pwm/
H A Dpwm-stm32.c61 return regmap_write(dev->regmap, TIM_CCR2, value); in write_ccrx()