Searched defs:sh_cmt_device (Results 1 – 1 of 1) sorted by relevance
116 struct sh_cmt_device { struct117 struct platform_device *pdev;119 const struct sh_cmt_info *info;121 void __iomem *mapbase;122 struct clk *clk;123 unsigned long rate;125 raw_spinlock_t lock; /* Protect the shared start/stop register */127 struct sh_cmt_channel *channels;128 unsigned int num_channels;129 unsigned int hw_channels;[all …]