Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/clocksource/
Dsh_cmt.c417 unsigned long new_match; in sh_cmt_clock_event_program_verify() local
442 new_match = now + value + delay; in sh_cmt_clock_event_program_verify()
443 if (new_match > ch->max_match_value) in sh_cmt_clock_event_program_verify()
444 new_match = ch->max_match_value; in sh_cmt_clock_event_program_verify()
446 sh_cmt_write_cmcor(ch, new_match); in sh_cmt_clock_event_program_verify()
449 if (has_wrapped && (new_match > ch->match_value)) { in sh_cmt_clock_event_program_verify()
467 ch->match_value = new_match; in sh_cmt_clock_event_program_verify()
472 if (now < new_match) { in sh_cmt_clock_event_program_verify()
478 ch->match_value = new_match; in sh_cmt_clock_event_program_verify()