Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/clocksource/
H A Darm_arch_timer.c1358 struct arch_timer_mem_frame *frame, *best_frame = NULL; in arch_timer_mem_find_best_frame() local
1390 best_frame = frame; in arch_timer_mem_find_best_frame()
1398 best_frame = frame; in arch_timer_mem_find_best_frame()
1403 return best_frame; in arch_timer_mem_find_best_frame()
1553 struct arch_timer_mem_frame *frame, *best_frame = NULL; in arch_timer_mem_acpi_init() local
1573 if (!best_frame) in arch_timer_mem_acpi_init()
1574 best_frame = frame; in arch_timer_mem_acpi_init()
1582 if (!best_frame) /* implies !frame */ in arch_timer_mem_acpi_init()
1591 if (best_frame) in arch_timer_mem_acpi_init()
1592 ret = arch_timer_mem_frame_register(best_frame); in arch_timer_mem_acpi_init()