Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clocksource/
Dsh_tmu.c56 struct sh_tmu_device { struct
57 struct platform_device *pdev;
59 void __iomem *mapbase;
60 struct clk *clk;
61 unsigned long rate;
63 enum sh_tmu_model model;
65 raw_spinlock_t lock; /* Protect the shared start/stop register */
67 struct sh_tmu_channel *channels;
68 unsigned int num_channels;
70 bool has_clockevent;
[all …]