Home
last modified time | relevance | path

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

/drivers/clocksource/
Darm_arch_timer.c456 static const struct arch_timer_erratum_workaround ool_workarounds[] = { variable
568 for (i = 0; i < ARRAY_SIZE(ool_workarounds); i++) { in arch_timer_iterate_errata()
569 if (ool_workarounds[i].match_type != type) in arch_timer_iterate_errata()
572 if (match_fn(&ool_workarounds[i], arg)) in arch_timer_iterate_errata()
573 return &ool_workarounds[i]; in arch_timer_iterate_errata()