Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/clocksource/
Dsh_cmt.c236 unsigned long new_match; in sh_cmt_clock_event_program_verify() local
261 new_match = now + value + delay; in sh_cmt_clock_event_program_verify()
262 if (new_match > p->max_match_value) in sh_cmt_clock_event_program_verify()
263 new_match = p->max_match_value; in sh_cmt_clock_event_program_verify()
265 sh_cmt_write(p, CMCOR, new_match); in sh_cmt_clock_event_program_verify()
268 if (has_wrapped && (new_match > p->match_value)) { in sh_cmt_clock_event_program_verify()
286 p->match_value = new_match; in sh_cmt_clock_event_program_verify()
291 if (now < new_match) { in sh_cmt_clock_event_program_verify()
297 p->match_value = new_match; in sh_cmt_clock_event_program_verify()