Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ get_cpu_freq
Function
get_cpu_freq
freebsd/arm/mv/mv_common.c:2901–2909 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2899
}
2900
2901
uint32_t
2902
get_cpu_freq(void)
2903
{
2904
2905
if (soc_decode_win_spec->get_cpu_freq != NULL)
2906
return soc_decode_win_spec->get_cpu_freq();
2907
else
2908
return -1;
2909
}
Callers
2
soc_identify
Function · 0.85
mv_a38x_platform_late_init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected