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

Function read_cpu_ctrl

freebsd/arm/mv/mv_common.c:533–540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

531}
532
533uint32_t
534read_cpu_ctrl(uint32_t reg)
535{
536
537 if (soc_decode_win_spec->read_cpu_ctrl != NULL)
538 return (soc_decode_win_spec->read_cpu_ctrl(reg));
539 return (-1);
540}
541
542uint32_t
543read_cpu_ctrl_armv5(uint32_t reg)

Callers 15

mv_pcib_enableFunction · 0.85
mv_timer_attachFunction · 0.85
mv_hardclockFunction · 0.85
mv_watchdog_enable_armv5Function · 0.85
mv_fdt_pmFunction · 0.85
soc_power_ctrl_getFunction · 0.85
soc_identifyFunction · 0.85
mv_wdt_enable_armv5Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected