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

  /src/sys/arch/arm/cortex/
a9tmr.c 167 a9tmr_gettime(struct a9tmr_softc *sc) function in typeref:typename:uint64_t
183 uint64_t now = a9tmr_gettime(sc);
221 a9tmr_gettime(sc));
226 while ((now = a9tmr_gettime(sc)) < when) {
238 a9tmr_gettime(sc));
308 const uint64_t base = a9tmr_gettime(sc);
311 while (a9tmr_gettime(sc) < finish) {
328 const uint64_t now = a9tmr_gettime(sc);
380 return (u_int) (a9tmr_gettime(sc));

Completed in 13 milliseconds