Home
last modified time | relevance | path

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

/external/u-boot/drivers/timer/
Dtsc_timer.c339 *count = now_tick - gd->arch.tsc_base; in tsc_timer_get_count()
346 if (gd->arch.tsc_base) in tsc_timer_ensure_setup()
348 gd->arch.tsc_base = rdtsc(); in tsc_timer_ensure_setup()
384 gd->arch.tsc_base = rdtsc(); in tsc_timer_probe()
404 return rdtsc() - gd->arch.tsc_base; in timer_early_get_count()
/external/u-boot/arch/x86/include/asm/
Dglobal_data.h78 uint64_t tsc_base; /* Initial value returned by rdtsc() */ member