Home
last modified time | relevance | path

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

/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Di386_timer.c99 unsigned long endlow, endhigh; in calibrate_tsc() local
103 rdtsc(endlow,endhigh); in calibrate_tsc()
108 :"=a" (endlow), "=d" (endhigh) in calibrate_tsc()
110 "0" (endlow), "1" (endhigh)); in calibrate_tsc()
116 endlow *= TICKS_PER_LATCH; in calibrate_tsc()
117 return endlow; in calibrate_tsc()