Searched refs:ctr0 (Results 1 – 1 of 1) sorted by relevance
1056 unsigned int ctr0; in uppc_gethrtime() local1067 ctr0 = inb(PITCTR0_PORT); in uppc_gethrtime()1068 ctr0 |= inb(PITCTR0_PORT) << 8; in uppc_gethrtime()1069 timeval = (hrtime_t)ctr0 * (NANOSEC / PIT_HZ); in uppc_gethrtime()