Searched refs:ctr0 (Results 1 – 1 of 1) sorted by relevance
1051 unsigned int ctr0; in uppc_gethrtime() local1062 ctr0 = inb(PITCTR0_PORT); in uppc_gethrtime()1063 ctr0 |= inb(PITCTR0_PORT) << 8; in uppc_gethrtime()1064 timeval = (hrtime_t)ctr0 * (NANOSEC / PIT_HZ); in uppc_gethrtime()