Searched refs:stm32_timer_cnt (Results 1 – 2 of 2) sorted by relevance
31 struct stm32_timer_cnt { struct49 struct stm32_timer_cnt *const priv = counter_priv(counter); in stm32_count_read() argument61 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()183 struct stm32_timer_cnt *const priv = counter_priv(counter); in stm32_count_enable_read()196 struct stm32_timer_cnt *const priv = counter_priv(counter); 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()