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;
119 unsigned int reg_delay;
121 raw_spinlock_t lock; /* Protect the shared start/stop register */
123 struct sh_cmt_channel *channels;
124 unsigned int num_channels;
125 unsigned int hw_channels;
127 bool has_clockevent;
128 bool has_clocksource;