Home
last modified time | relevance | path

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

/linux/drivers/clocksource/
H A Dsh_cmt.c409 u32 new_match; in sh_cmt_clock_event_program_verify() local
433 new_match = now + value + delay; in sh_cmt_clock_event_program_verify()
434 if (new_match > ch->max_match_value) in sh_cmt_clock_event_program_verify()
435 new_match = ch->max_match_value; in sh_cmt_clock_event_program_verify()
437 sh_cmt_write_cmcor(ch, new_match); in sh_cmt_clock_event_program_verify()
440 if (has_wrapped && (new_match > ch->match_value)) { in sh_cmt_clock_event_program_verify()
458 ch->match_value = new_match; in sh_cmt_clock_event_program_verify()
463 if (now < new_match) { in sh_cmt_clock_event_program_verify()
469 ch->match_value = new_match; in sh_cmt_clock_event_program_verify()