Lines Matching defs:timers
849 /* Disable user access to the timers and both counters */
1214 /* We have two timers, and both device-tree nodes are probed. */
1307 * we should use the physical timers instead.
1552 struct arch_timer_mem *timers, *timer;
1556 timers = kcalloc(platform_timer_count, sizeof(*timers),
1558 if (!timers)
1561 ret = acpi_arch_timer_mem_init(timers, &timer_count);
1570 timer = &timers[i];
1578 pr_err("Disabling MMIO timers due to CNTFRQ mismatch\n");
1594 kfree(timers);