Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/clocksource/
Darm_arch_timer.c423 static const struct arch_timer_erratum_workaround ool_workarounds[] = { variable
541 for (i = 0; i < ARRAY_SIZE(ool_workarounds); i++) { in arch_timer_iterate_errata()
542 if (ool_workarounds[i].match_type != type) in arch_timer_iterate_errata()
545 if (match_fn(&ool_workarounds[i], arg)) in arch_timer_iterate_errata()
546 return &ool_workarounds[i]; in arch_timer_iterate_errata()