Home
last modified time | relevance | path

Searched refs:stm32_timer_cnt (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/counter/
H A Dstm32-timer-cnt.c31 struct stm32_timer_cnt { struct
49 struct stm32_timer_cnt *const priv = counter_priv(counter); in stm32_count_read() argument
61 struct stm32_timer_cnt *const priv = counter_priv(counter); in stm32_count_write()
75 struct stm32_timer_cnt *const priv = counter_priv(counter); in stm32_count_function_read()
102 struct stm32_timer_cnt *const priv = counter_priv(counter); in stm32_count_function_write()
142 struct stm32_timer_cnt *const priv = counter_priv(counter); in stm32_count_direction_read()
155 struct stm32_timer_cnt *const priv = counter_priv(counter); in stm32_count_ceiling_read()
168 struct stm32_timer_cnt *const priv = counter_priv(counter); in stm32_count_ceiling_write()
318 struct stm32_timer_cnt *priv; in stm32_timer_cnt_probe()
358 struct stm32_timer_cnt *priv = dev_get_drvdata(dev); in stm32_timer_cnt_suspend()
[all …]
/openbmc/linux/drivers/clocksource/
H A Dtimer-stm32.c85 static void __iomem *stm32_timer_cnt __read_mostly;
89 return readl_relaxed(stm32_timer_cnt); in stm32_read_sched_clock()
96 return readl_relaxed(stm32_timer_cnt); in stm32_read_delay()
245 if (bits == 32 && !stm32_timer_cnt) { in stm32_clocksource_init()
253 stm32_timer_cnt = timer_of_base(to) + TIM_CNT; in stm32_clocksource_init()