Lines Matching defs:sh_cmt_info
71 struct sh_cmt_info { struct
72 enum sh_cmt_model model;
74 unsigned int channels_mask;
76 unsigned long width; /* 16 or 32 bit version of hardware block */
77 u32 overflow_bit;
78 u32 clear_bits;
81 u32 (*read_control)(void __iomem *base, unsigned long offs);
82 void (*write_control)(void __iomem *base, unsigned long offs,
86 u32 (*read_count)(void __iomem *base, unsigned long offs);
87 void (*write_count)(void __iomem *base, unsigned long offs, u32 value);
178 static const struct sh_cmt_info sh_cmt_info[] = { variable