Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ read_cpu_misc
Function
read_cpu_misc
freebsd/arm/mv/mv_common.c:592–597 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
590
}
591
592
uint32_t
593
read_cpu_misc(uint32_t reg)
594
{
595
596
return (bus_space_read_4(fdtbus_bs_tag, MV_MISC_BASE, reg));
597
}
598
599
void
600
write_cpu_misc(uint32_t reg, uint32_t val)
Callers
4
mv_watchdog_enable_armadaxp
Function · 0.85
mv_watchdog_disable_armadaxp
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_read_4
Function · 0.85
Tested by
no test coverage detected