Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/clocksource/
H A Dsh_cmt.c429 u32 new_match; in sh_cmt_clock_event_program_verify() local
453 new_match = now + value + delay; in sh_cmt_clock_event_program_verify()
454 if (new_match > ch->max_match_value) in sh_cmt_clock_event_program_verify()
455 new_match = ch->max_match_value; in sh_cmt_clock_event_program_verify()
457 sh_cmt_write_cmcor(ch, new_match); in sh_cmt_clock_event_program_verify()
460 if (has_wrapped && (new_match > ch->match_value)) { in sh_cmt_clock_event_program_verify()
478 ch->match_value = new_match; in sh_cmt_clock_event_program_verify()
483 if (now < new_match) { in sh_cmt_clock_event_program_verify()
489 ch->match_value = new_match; in sh_cmt_clock_event_program_verify()
/kernel/linux/linux-6.6/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()

Completed in 4 milliseconds