Searched refs:TIM_CNT (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/clocksource/
H A Dtimer-stm32.c29 #define TIM_CNT 0x24 macro
132 next = readl_relaxed(timer_of_base(to) + TIM_CNT) + evt;
134 now = readl_relaxed(timer_of_base(to) + TIM_CNT);
253 stm32_timer_cnt = timer_of_base(to) + TIM_CNT;
263 return clocksource_mmio_init(timer_of_base(to) + TIM_CNT, name,
/linux-master/drivers/counter/
H A Dstm32-timer-cnt.c52 regmap_read(priv->regmap, TIM_CNT, &cnt);
68 return regmap_write(priv->regmap, TIM_CNT, val);
365 regmap_read(priv->regmap, TIM_CNT, &priv->bak.cnt);
391 regmap_write(priv->regmap, TIM_CNT, priv->bak.cnt);
/linux-master/include/linux/mfd/
H A Dstm32-timers.h24 #define TIM_CNT 0x24 /* Counter */ macro
/linux-master/drivers/iio/trigger/
H A Dstm32-timer-trigger.c454 regmap_read(priv->regmap, TIM_CNT, &dat);
488 return regmap_write(priv->regmap, TIM_CNT, val);
840 regmap_read(priv->regmap, TIM_CNT, &priv->bak.cnt);
868 regmap_write(priv->regmap, TIM_CNT, priv->bak.cnt);

Completed in 122 milliseconds