Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ write_cpu_mp_clocks
Function
write_cpu_mp_clocks
freebsd/arm/mv/mv_common.c:585–590 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
583
}
584
585
void
586
write_cpu_mp_clocks(uint32_t reg, uint32_t val)
587
{
588
589
bus_space_write_4(fdtbus_bs_tag, MV_MP_CLOCKS_BASE, reg, val);
590
}
591
592
uint32_t
593
read_cpu_misc(uint32_t reg)
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_write_4
Function · 0.85
Tested by
no test coverage detected