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

Function omap_uhh_write_4

freebsd/arm/ti/usb/omap_host.c:128–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128static inline void
129omap_uhh_write_4(struct omap_uhh_softc *sc, bus_size_t off, uint32_t val)
130{
131 bus_write_4(sc->uhh_mem_res, off, val);
132}
133
134static int
135omap_uhh_init(struct omap_uhh_softc *isc)

Callers 2

omap_uhh_initFunction · 0.85
omap_uhh_finiFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected