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

  /src/sys/dev/ic/
isp.c 2476 uint64_t enano; local
2495 enano = NANOTIME_SUB(&hrb, &hra);
2497 isp_prt(isp, ISP_LOGDEBUG1, "usec%d: 0x%lx->0x%lx enano 0x%x%08x", count, (long) GET_NANOSEC(&hra), (long) GET_NANOSEC(&hrb), (uint32_t)(enano >> 32), (uint32_t)(enano));
2508 if (enano < (1000 * 1000)) {
2510 enano = (1000 * 1000) - enano;
2511 while (enano > (uint64_t) 4000000000U) {
2513 enano -= (uint64_t) 4000000000U
    [all...]

Completed in 55 milliseconds