MCPcopy Create free account
hub / github.com/F-Stack/f-stack / platform_pl310_write_ctrl

Function platform_pl310_write_ctrl

freebsd/arm/arm/pl310.c:109–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109static void
110platform_pl310_write_ctrl(struct pl310_softc *sc, uint32_t val)
111{
112
113 PLATFORM_PL310_WRITE_CTRL(platform_obj(), sc, val);
114}
115
116static void
117platform_pl310_write_debug(struct pl310_softc *sc, uint32_t val)

Callers 1

pl310_attachFunction · 0.85

Calls 1

platform_objFunction · 0.85

Tested by

no test coverage detected