Searched refs:stm32_timer_cnt (Results 1 – 2 of 2) sorted by relevance
30 struct stm32_timer_cnt { struct62 struct stm32_timer_cnt *const priv = counter->priv; in stm32_count_read()75 struct stm32_timer_cnt *const priv = counter->priv; in stm32_count_write()87 struct stm32_timer_cnt *const priv = counter->priv; in stm32_count_function_get()111 struct stm32_timer_cnt *const priv = counter->priv; in stm32_count_function_set()153 struct stm32_timer_cnt *const priv = counter->priv; in stm32_count_direction_read()167 struct stm32_timer_cnt *const priv = counter->priv; in stm32_count_ceiling_read()180 struct stm32_timer_cnt *const priv = counter->priv; in stm32_count_ceiling_write()200 struct stm32_timer_cnt *const priv = counter->priv; in stm32_count_enable_read()213 struct stm32_timer_cnt *const priv = counter->priv; in stm32_count_enable_write()[all …]
85 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()