Lines Matching defs:sh_cmt_device
114 struct sh_cmt_device { struct
115 struct platform_device *pdev;
117 const struct sh_cmt_info *info;
119 void __iomem *mapbase;
120 struct clk *clk;
122 raw_spinlock_t lock; /* Protect the shared start/stop register */
124 struct sh_cmt_channel *channels;
125 unsigned int num_channels;
126 unsigned int hw_channels;
128 bool has_clockevent;
129 bool has_clocksource;