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