Searched refs:stm32_timer_cnt (Results 1 – 2 of 2) sorted by relevance
39 struct stm32_timer_cnt { struct62 struct stm32_timer_cnt *const priv = counter_priv(counter); in stm32_count_read() argument74 struct stm32_timer_cnt *const priv = counter_priv(counter); in stm32_count_write()88 struct stm32_timer_cnt *const priv = counter_priv(counter); in stm32_count_function_read()115 struct stm32_timer_cnt *const priv = counter_priv(counter); in stm32_count_function_write()161 struct stm32_timer_cnt *const priv = counter_priv(counter); in stm32_count_direction_read()174 struct stm32_timer_cnt *const priv = counter_priv(counter); in stm32_count_ceiling_read()187 struct stm32_timer_cnt *const priv = counter_priv(counter); in stm32_count_ceiling_write()202 struct stm32_timer_cnt *const priv = counter_priv(counter); in stm32_count_enable_read()215 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()