OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_tbclk_mhz
(Results
1 - 4
of
4
) sorted by null
/external/u-boot/arch/x86/cpu/coreboot/
timestamp.c
80
get_tbclk_mhz
());
/external/u-boot/arch/x86/include/asm/
u-boot-x86.h
31
unsigned long
get_tbclk_mhz
(void);
/external/u-boot/drivers/timer/
tsc_timer.c
291
unsigned notrace long
get_tbclk_mhz
(void)
function
308
return get_ticks() /
get_tbclk_mhz
();
321
stop = now + usec *
get_tbclk_mhz
();
/external/u-boot/arch/x86/cpu/quark/
mrc_util.c
61
final_tsc += ((
get_tbclk_mhz
() * ns) / 1000);
[
all
...]
Completed in 393 milliseconds