Searched defs:sh_cmt_device (Results 1 – 1 of 1) sorted by relevance
114 struct sh_cmt_device { struct115 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;[all …]