new_match 407 drivers/clocksource/sh_cmt.c u32 new_match; new_match 431 drivers/clocksource/sh_cmt.c new_match = now + value + delay; new_match 432 drivers/clocksource/sh_cmt.c if (new_match > ch->max_match_value) new_match 433 drivers/clocksource/sh_cmt.c new_match = ch->max_match_value; new_match 435 drivers/clocksource/sh_cmt.c sh_cmt_write_cmcor(ch, new_match); new_match 438 drivers/clocksource/sh_cmt.c if (has_wrapped && (new_match > ch->match_value)) { new_match 456 drivers/clocksource/sh_cmt.c ch->match_value = new_match; new_match 461 drivers/clocksource/sh_cmt.c if (now < new_match) { new_match 467 drivers/clocksource/sh_cmt.c ch->match_value = new_match;