Home
last modified time | relevance | path

Searched refs:TIM_CCR1 (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/clocksource/
H A Dtimer-stm32.c32 #define TIM_CCR1 0x34 macro
133 writel_relaxed(next, timer_of_base(to) + TIM_CCR1); in stm32_clock_event_set_next_event()
/openbmc/qemu/include/hw/timer/
H A Dstm32f2xx_timer.h44 #define TIM_CCR1 0x34 macro
/openbmc/qemu/hw/timer/
H A Dstm32f2xx_timer.c157 case TIM_CCR1: in stm32f2xx_timer_read()
233 case TIM_CCR1: in stm32f2xx_timer_write()
/openbmc/linux/include/linux/mfd/
H A Dstm32-timers.h27 #define TIM_CCR1 0x34 /* Capt/Comp Register 1 */ macro
/openbmc/linux/drivers/pwm/
H A Dpwm-stm32.c59 return regmap_write(dev->regmap, TIM_CCR1, value); in write_ccrx()
124 ccr = pwm->hwpwm < 2 ? TIM_CCR1 : TIM_CCR3; in stm32_pwm_raw_capture()