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.c427 u32 new_match; in sh_cmt_clock_event_program_verify() local
451 new_match = now + value + delay; in sh_cmt_clock_event_program_verify()
452 if (new_match > ch->max_match_value) in sh_cmt_clock_event_program_verify()
453 new_match = ch->max_match_value; in sh_cmt_clock_event_program_verify()
455 sh_cmt_write_cmcor(ch, new_match); in sh_cmt_clock_event_program_verify()
458 if (has_wrapped && (new_match > ch->match_value)) { in sh_cmt_clock_event_program_verify()
476 ch->match_value = new_match; in sh_cmt_clock_event_program_verify()
481 if (now < new_match) { in sh_cmt_clock_event_program_verify()
487 ch->match_value = new_match; in sh_cmt_clock_event_program_verify()