Searched refs:new_match (Results 1 – 1 of 1) sorted by relevance
283 unsigned long new_match; in sh_cmt_clock_event_program_verify() local308 new_match = now + value + delay; in sh_cmt_clock_event_program_verify()309 if (new_match > p->max_match_value) in sh_cmt_clock_event_program_verify()310 new_match = p->max_match_value; in sh_cmt_clock_event_program_verify()312 sh_cmt_write_cmcor(p, new_match); in sh_cmt_clock_event_program_verify()315 if (has_wrapped && (new_match > p->match_value)) { in sh_cmt_clock_event_program_verify()333 p->match_value = new_match; in sh_cmt_clock_event_program_verify()338 if (now < new_match) { in sh_cmt_clock_event_program_verify()344 p->match_value = new_match; in sh_cmt_clock_event_program_verify()