Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/timer/
H A Dtsc_timer.c326 *count = now_tick - gd->arch.tsc_base; in tsc_timer_get_count()
335 gd->arch.tsc_base = rdtsc(); in tsc_timer_probe()
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dglobal_data.h79 uint64_t tsc_base; /* Initial value returned by rdtsc() */ member