Lines Matching defs:timers
963 /* Disable user access to the timers and both counters */
1332 /* We have two timers, and both device-tree nodes are probed. */
1435 * we should use the physical timers instead.
1679 struct arch_timer_mem *timers, *timer;
1683 timers = kcalloc(platform_timer_count, sizeof(*timers),
1685 if (!timers)
1688 ret = acpi_arch_timer_mem_init(timers, &timer_count);
1697 timer = &timers[i];
1705 pr_err("Disabling MMIO timers due to CNTFRQ mismatch\n");
1721 kfree(timers);