Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/timer/
H A Dtsc_timer.c342 unsigned notrace long get_tbclk_mhz(void) in get_tbclk_mhz() function
359 return get_ticks() / get_tbclk_mhz(); in timer_get_us()
372 stop = now + usec * get_tbclk_mhz(); in __udelay()
/openbmc/u-boot/arch/x86/include/asm/
H A Du-boot-x86.h31 unsigned long get_tbclk_mhz(void);
/openbmc/u-boot/arch/x86/cpu/coreboot/
H A Dtimestamp.c80 get_tbclk_mhz()); in timestamp_add_to_bootstage()
/openbmc/u-boot/arch/x86/cpu/quark/
H A Dmrc_util.c61 final_tsc += ((get_tbclk_mhz() * ns) / 1000); in delay_n()