Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ read_cpu_mp_clocks
Function
read_cpu_mp_clocks
freebsd/arm/mv/mv_common.c:578–583 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
576
}
577
578
uint32_t
579
read_cpu_mp_clocks(uint32_t reg)
580
{
581
582
return (bus_space_read_4(fdtbus_bs_tag, MV_MP_CLOCKS_BASE, reg));
583
}
584
585
void
586
write_cpu_mp_clocks(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