Home
last modified time | relevance | path

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

/drivers/clocksource/
Dsh_cmt.c99 u32 max_match_value; member
432 if (new_match > ch->max_match_value) in sh_cmt_clock_event_program_verify()
433 new_match = ch->max_match_value; in sh_cmt_clock_event_program_verify()
491 if (delta > ch->max_match_value) in __sh_cmt_set_next()
524 ch->next_match_value = ch->max_match_value; in sh_cmt_interrupt()
531 ch->next_match_value = ch->max_match_value; in sh_cmt_interrupt()
572 __sh_cmt_set_next(ch, ch->max_match_value); in sh_cmt_start()
594 __sh_cmt_set_next(ch, ch->max_match_value); in sh_cmt_stop()
705 sh_cmt_set_next(ch, ch->max_match_value); in sh_cmt_clock_event_start()
806 ced->max_delta_ns = clockevent_delta2ns(ch->max_match_value, ced); in sh_cmt_register_clockevent()
[all …]