HomeSort by: relevance | last modified time | path
    Searched defs:is_hardclock (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/fdt/
a9ptmr_fdt.c 85 bool is_hardclock; local in function:a9ptmr_fdt_attach
112 is_hardclock = (mpidr & MPIDR_U) == 0; /* Use private timer for SMP */
114 if (is_hardclock) {
144 if (is_hardclock) {
a9tmr_fdt.c 85 bool is_hardclock; local in function:a9tmr_fdt_attach
112 is_hardclock = (mpidr & MPIDR_U) != 0; /* Global timer for UP */
114 if (is_hardclock) {
144 if (is_hardclock) {

Completed in 15 milliseconds