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

/drivers/clocksource/
H A Dsh_cmt.c103 unsigned long match_value; member in struct:sh_cmt_channel
449 if (has_wrapped && (new_match > ch->match_value)) {
467 ch->match_value = new_match;
478 ch->match_value = new_match;
532 ch->total_cycles += ch->match_value + 1;
558 || (ch->match_value == ch->next_match_value))
627 raw += ch->match_value + 1;
893 ch->match_value = ch->max_match_value;

Completed in 28 milliseconds