Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/counter/
Dstm32-timer-cnt.c30 struct stm32_timer_cnt { struct
31 struct counter_device counter;
32 struct regmap *regmap;
33 struct clk *clk;
34 u32 max_arr;
35 bool enabled;
36 struct stm32_timer_regs bak;
/kernel/linux/linux-6.6/drivers/counter/
Dstm32-timer-cnt.c31 struct stm32_timer_cnt { struct
49 struct stm32_timer_cnt *const priv = counter_priv(counter); in stm32_count_read() argument