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