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

Function write_cpu_ctrl

freebsd/arm/mv/mv_common.c:556–562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

554}
555
556void
557write_cpu_ctrl(uint32_t reg, uint32_t val)
558{
559
560 if (soc_decode_win_spec->write_cpu_ctrl != NULL)
561 soc_decode_win_spec->write_cpu_ctrl(reg, val);
562}
563
564void
565write_cpu_ctrl_armv5(uint32_t reg, uint32_t val)

Callers 13

mv_pcib_enableFunction · 0.85
mv_timer_attachFunction · 0.85
mv_hardclockFunction · 0.85
mv_watchdog_enable_armv5Function · 0.85
soc_power_ctrl_setFunction · 0.85
mv_wdt_enable_armv5Function · 0.85
mv_wdt_enable_armada_38xFunction · 0.85
mv_wdt_enable_armada_xpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected