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

/drivers/clocksource/
H A Dsh_cmt.c49 unsigned long max_match_value; member in struct:sh_cmt_priv
262 if (new_match > p->max_match_value)
263 new_match = p->max_match_value;
320 if (delta > p->max_match_value)
351 p->next_match_value = p->max_match_value;
358 p->next_match_value = p->max_match_value;
399 __sh_cmt_set_next(p, p->max_match_value);
421 __sh_cmt_set_next(p, p->max_match_value);
509 ced->max_delta_ns = clockevent_delta2ns(p->max_match_value, ced);
515 sh_cmt_set_next(p, p->max_match_value);
[all...]

Completed in 88 milliseconds