Lines Matching defs:sh_cmt_device
107 struct sh_cmt_device { struct
108 struct platform_device *pdev;
110 const struct sh_cmt_info *info;
112 void __iomem *mapbase;
113 struct clk *clk;
114 unsigned long rate;
116 raw_spinlock_t lock; /* Protect the shared start/stop register */
118 struct sh_cmt_channel *channels;
119 unsigned int num_channels;
120 unsigned int hw_channels;
122 bool has_clockevent;
123 bool has_clocksource;