Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clocksource/
H A Dsh_tmu.c52 struct sh_tmu_device { struct
53 struct platform_device *pdev;
55 void __iomem *mapbase;
56 struct clk *clk;
57 unsigned long rate;
59 enum sh_tmu_model model;
61 raw_spinlock_t lock; /* Protect the shared start/stop register */
63 struct sh_tmu_channel *channels;
64 unsigned int num_channels;
66 bool has_clockevent;
[all …]