sh_tmu_channel
static inline void sh_tmu_write(struct sh_tmu_channel *ch, int reg_nr,
static void sh_tmu_start_stop_ch(struct sh_tmu_channel *ch, int start)
static int __sh_tmu_enable(struct sh_tmu_channel *ch)
static int sh_tmu_enable(struct sh_tmu_channel *ch)
static void __sh_tmu_disable(struct sh_tmu_channel *ch)
static void sh_tmu_disable(struct sh_tmu_channel *ch)
static void sh_tmu_set_next(struct sh_tmu_channel *ch, unsigned long delta,
struct sh_tmu_channel *ch = dev_id;
static struct sh_tmu_channel *cs_to_sh_tmu(struct clocksource *cs)
return container_of(cs, struct sh_tmu_channel, cs);
struct sh_tmu_channel *ch = cs_to_sh_tmu(cs);
struct sh_tmu_channel *ch = cs_to_sh_tmu(cs);
struct sh_tmu_channel *ch = cs_to_sh_tmu(cs);
struct sh_tmu_channel *ch = cs_to_sh_tmu(cs);
struct sh_tmu_channel *ch = cs_to_sh_tmu(cs);
static int sh_tmu_register_clocksource(struct sh_tmu_channel *ch,
static struct sh_tmu_channel *ced_to_sh_tmu(struct clock_event_device *ced)
return container_of(ced, struct sh_tmu_channel, ced);
static void sh_tmu_clock_event_start(struct sh_tmu_channel *ch, int periodic)
struct sh_tmu_channel *ch = ced_to_sh_tmu(ced);
struct sh_tmu_channel *ch = ced_to_sh_tmu(ced);
struct sh_tmu_channel *ch = ced_to_sh_tmu(ced);
static void sh_tmu_register_clockevent(struct sh_tmu_channel *ch,
static int sh_tmu_register(struct sh_tmu_channel *ch, const char *name,
static int sh_tmu_channel_setup(struct sh_tmu_channel *ch, unsigned int index,
struct sh_tmu_channel *channels;
static inline unsigned long sh_tmu_read(struct sh_tmu_channel *ch, int reg_nr)