Searched defs:sh_cmt_set_next (Results 1 - 1 of 1) sorted by relevance

/drivers/clocksource/
H A Dsh_cmt.c510 static void sh_cmt_set_next(struct sh_cmt_channel *ch, unsigned long delta) function
718 sh_cmt_set_next(ch, ((ch->rate + HZ/2) / HZ) - 1);
720 sh_cmt_set_next(ch, ch->max_match_value);
767 sh_cmt_set_next(ch, delta - 1);

Completed in 123 milliseconds