Searched defs:sh_cmt_device (Results 1 – 1 of 1) sorted by relevance
107 struct sh_cmt_device { struct108 struct platform_device *pdev;110 const struct sh_cmt_info *info;112 void __iomem *mapbase;113 struct clk *clk;114 unsigned long rate;116 raw_spinlock_t lock; /* Protect the shared start/stop register */118 struct sh_cmt_channel *channels;119 unsigned int num_channels;120 unsigned int hw_channels;[all …]