Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clocksource/
H A Dtimer-stm32.c27 #define TIM_SR 0x10 macro
167 writel_relaxed(0, timer_of_base(to) + TIM_SR); in stm32_clock_event_handler()
224 writel_relaxed(0, timer_of_base(to) + TIM_SR); in stm32_timer_set_prescaler()
/openbmc/qemu/include/hw/timer/
H A Dstm32f2xx_timer.h36 #define TIM_SR 0x10 macro
/openbmc/linux/drivers/mfd/
H A Dstm32-timers.c121 ret = regmap_write(regmap, TIM_SR, 0); in stm32_timers_dma_burst_read()
138 regmap_write(regmap, TIM_SR, 0); in stm32_timers_dma_burst_read()
/openbmc/qemu/hw/timer/
H A Dstm32f2xx_timer.c140 case TIM_SR: in stm32f2xx_timer_read()
202 case TIM_SR: in stm32f2xx_timer_write()
/openbmc/linux/include/linux/mfd/
H A Dstm32-timers.h19 #define TIM_SR 0x10 /* Status register */ macro