Home
last modified time | relevance | path

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

/external/grub/netboot/
Dtimer.c65 unsigned long endlow, endhigh; in calibrate_tsc() local
73 rdtsc(endlow,endhigh); in calibrate_tsc()
82 :"=a" (endlow), "=d" (endhigh) in calibrate_tsc()
84 "0" (endlow), "1" (endhigh)); in calibrate_tsc()
90 endlow /= 5; in calibrate_tsc()
91 return endlow; in calibrate_tsc()