max_match_value 99 drivers/clocksource/sh_cmt.c u32 max_match_value; max_match_value 432 drivers/clocksource/sh_cmt.c if (new_match > ch->max_match_value) max_match_value 433 drivers/clocksource/sh_cmt.c new_match = ch->max_match_value; max_match_value 491 drivers/clocksource/sh_cmt.c if (delta > ch->max_match_value) max_match_value 524 drivers/clocksource/sh_cmt.c ch->next_match_value = ch->max_match_value; max_match_value 531 drivers/clocksource/sh_cmt.c ch->next_match_value = ch->max_match_value; max_match_value 572 drivers/clocksource/sh_cmt.c __sh_cmt_set_next(ch, ch->max_match_value); max_match_value 594 drivers/clocksource/sh_cmt.c __sh_cmt_set_next(ch, ch->max_match_value); max_match_value 705 drivers/clocksource/sh_cmt.c sh_cmt_set_next(ch, ch->max_match_value); max_match_value 806 drivers/clocksource/sh_cmt.c ced->max_delta_ns = clockevent_delta2ns(ch->max_match_value, ced); max_match_value 807 drivers/clocksource/sh_cmt.c ced->max_delta_ticks = ch->max_match_value; max_match_value 874 drivers/clocksource/sh_cmt.c if (cmt->info->width == (sizeof(ch->max_match_value) * 8)) max_match_value 875 drivers/clocksource/sh_cmt.c ch->max_match_value = ~0; max_match_value 877 drivers/clocksource/sh_cmt.c ch->max_match_value = (1 << cmt->info->width) - 1; max_match_value 879 drivers/clocksource/sh_cmt.c ch->match_value = ch->max_match_value;