Searched refs:new_match (Results 1 – 1 of 1) sorted by relevance
411 u32 new_match; in sh_cmt_clock_event_program_verify() local435 new_match = now + value + delay; in sh_cmt_clock_event_program_verify()436 if (new_match > ch->max_match_value) in sh_cmt_clock_event_program_verify()437 new_match = ch->max_match_value; in sh_cmt_clock_event_program_verify()439 sh_cmt_write_cmcor(ch, new_match); in sh_cmt_clock_event_program_verify()442 if (has_wrapped && (new_match > ch->match_value)) { in sh_cmt_clock_event_program_verify()460 ch->match_value = new_match; in sh_cmt_clock_event_program_verify()465 if (now < new_match) { in sh_cmt_clock_event_program_verify()471 ch->match_value = new_match; in sh_cmt_clock_event_program_verify()