Searched refs:is_hardclock (Results 1 – 2 of 2) sorted by relevance
85 bool is_hardclock; in a9tmr_fdt_attach() local112 is_hardclock = (mpidr & MPIDR_U) != 0; /* Global timer for UP */ in a9tmr_fdt_attach()114 if (is_hardclock) { in a9tmr_fdt_attach()144 if (is_hardclock) { in a9tmr_fdt_attach()
85 bool is_hardclock; in a9ptmr_fdt_attach() local112 is_hardclock = (mpidr & MPIDR_U) == 0; /* Use private timer for SMP */ in a9ptmr_fdt_attach()114 if (is_hardclock) { in a9ptmr_fdt_attach()144 if (is_hardclock) { in a9ptmr_fdt_attach()