Home
last modified time | relevance | path

Searched refs:TIM_CNT (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/clocksource/
Dtimer-stm32.c29 #define TIM_CNT 0x24 macro
132 next = readl_relaxed(timer_of_base(to) + TIM_CNT) + evt; in stm32_clock_event_set_next_event()
134 now = readl_relaxed(timer_of_base(to) + TIM_CNT); in stm32_clock_event_set_next_event()
253 stm32_timer_cnt = timer_of_base(to) + TIM_CNT; in stm32_clocksource_init()
263 return clocksource_mmio_init(timer_of_base(to) + TIM_CNT, name, in stm32_clocksource_init()
/Linux-v4.19/include/linux/mfd/
Dstm32-timers.h24 #define TIM_CNT 0x24 /* Counter */ macro
/Linux-v4.19/drivers/iio/trigger/
Dstm32-timer-trigger.c409 regmap_read(priv->regmap, TIM_CNT, &dat); in stm32_counter_read_raw()
444 return regmap_write(priv->regmap, TIM_CNT, val); in stm32_counter_write_raw()