Home
last modified time | relevance | path

Searched defs:sh_cmt_info (Results 1 – 1 of 1) sorted by relevance

/drivers/clocksource/
Dsh_cmt.c72 struct sh_cmt_info { struct
73 enum sh_cmt_model model;
75 unsigned int channels_mask;
77 unsigned long width; /* 16 or 32 bit version of hardware block */
78 u32 overflow_bit;
79 u32 clear_bits;
82 u32 (*read_control)(void __iomem *base, unsigned long offs);
83 void (*write_control)(void __iomem *base, unsigned long offs,
87 u32 (*read_count)(void __iomem *base, unsigned long offs);
88 void (*write_count)(void __iomem *base, unsigned long offs, u32 value);
[all …]