Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ write_cpu_misc
Function
write_cpu_misc
freebsd/arm/mv/mv_common.c:599–604 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
597
}
598
599
void
600
write_cpu_misc(uint32_t reg, uint32_t val)
601
{
602
603
bus_space_write_4(fdtbus_bs_tag, MV_MISC_BASE, reg, val);
604
}
605
606
uint32_t
607
cpu_extra_feat(void)
Callers
5
mv_watchdog_enable_armadaxp
Function · 0.85
mv_watchdog_disable_armadaxp
Function · 0.85
mv_cpu_reset
Function · 0.85
mv_wdt_enable_armada_38x_xp_helper
Function · 0.85
mv_wdt_disable_armada_38x_xp_helper
Function · 0.85
Calls
1
bus_space_write_4
Function · 0.85
Tested by
no test coverage detected