Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/timer/
H A Dstm32f2xx_timer.h48 #define TIM_DCR 0x48 macro
/openbmc/linux/drivers/mfd/
H A Dstm32-timers.c116 ret = regmap_write(regmap, TIM_DCR, dbl | dba); in stm32_timers_dma_burst_read()
140 regmap_write(regmap, TIM_DCR, 0); in stm32_timers_dma_burst_read()
/openbmc/qemu/hw/timer/
H A Dstm32f2xx_timer.c165 case TIM_DCR: in stm32f2xx_timer_read()
245 case TIM_DCR: in stm32f2xx_timer_write()
/openbmc/linux/include/linux/mfd/
H A Dstm32-timers.h32 #define TIM_DCR 0x48 /* DMA control register */ macro