Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/arm/fdt/
H A Da9tmr_fdt.c85 bool is_hardclock; in a9tmr_fdt_attach() local
112 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()
H A Da9ptmr_fdt.c85 bool is_hardclock; in a9ptmr_fdt_attach() local
112 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()