MCPcopy 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
182static uint32_t
183mv_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
189static int
190mv_rtc_reg_write(struct mv_rtc_softc *sc, bus_size_t off, uint32_t val)

Callers 1

mv_rtc_gettimeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected