Searched defs:sh_tmu_device (Results 1 – 1 of 1) sorted by relevance
48 struct sh_tmu_device { struct49 struct platform_device *pdev;51 void __iomem *mapbase;52 struct clk *clk;53 unsigned long rate;55 enum sh_tmu_model model;57 raw_spinlock_t lock; /* Protect the shared start/stop register */59 struct sh_tmu_channel *channels;60 unsigned int num_channels;62 bool has_clockevent;[all …]