Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ mv_rtc_reg_read
Function
mv_rtc_reg_read
freebsd/arm/mv/rtc.c:182–187 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
180
}
181
182
static uint32_t
183
mv_rtc_reg_read(struct mv_rtc_softc *sc, bus_size_t off)
184
{
185
186
return (bus_read_4(sc->res[0], off));
187
}
188
189
static int
190
mv_rtc_reg_write(struct mv_rtc_softc *sc, bus_size_t off, uint32_t val)
Callers
1
mv_rtc_gettime
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected