Home
last modified time | relevance | path

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

/drivers/clocksource/
Dsh_cmt.c283 unsigned long new_match; in sh_cmt_clock_event_program_verify() local
308 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()