Home
last modified time | relevance | path

Searched refs:max_match_value (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/clocksource/
Dsh_cmt.c49 unsigned long max_match_value; member
262 if (new_match > p->max_match_value) in sh_cmt_clock_event_program_verify()
263 new_match = p->max_match_value; in sh_cmt_clock_event_program_verify()
320 if (delta > p->max_match_value) in __sh_cmt_set_next()
351 p->next_match_value = p->max_match_value; in sh_cmt_interrupt()
358 p->next_match_value = p->max_match_value; in sh_cmt_interrupt()
399 __sh_cmt_set_next(p, p->max_match_value); in sh_cmt_start()
421 __sh_cmt_set_next(p, p->max_match_value); in sh_cmt_stop()
509 ced->max_delta_ns = clockevent_delta2ns(p->max_match_value, ced); in sh_cmt_clock_event_start()
515 sh_cmt_set_next(p, p->max_match_value); in sh_cmt_clock_event_start()
[all …]