MCPcopy Create free account
hub / github.com/F-Stack/f-stack / get_tclk

Function get_tclk

freebsd/arm/mv/mv_common.c:2891–2899  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2889};
2890
2891uint32_t
2892get_tclk(void)
2893{
2894
2895 if (soc_decode_win_spec->get_tclk != NULL)
2896 return soc_decode_win_spec->get_tclk();
2897 else
2898 return -1;
2899}
2900
2901uint32_t
2902get_cpu_freq(void)

Callers 4

mv_timer_attachFunction · 0.85
soc_identifyFunction · 0.85
fdt_fixup_busfreqFunction · 0.85
mv_wdt_attachFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected