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

Function ti_mbox_reg_write

freebsd/arm/ti/ti_mbox.c:113–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113static __inline void
114ti_mbox_reg_write(struct ti_mbox_softc *sc, uint16_t reg, uint32_t val)
115{
116 bus_space_write_4(sc->sc_bt, sc->sc_bh, reg, val);
117}
118
119static int
120ti_mbox_probe(device_t dev)

Callers 2

ti_mbox_attachFunction · 0.85
ti_mbox_writeFunction · 0.85

Calls 1

bus_space_write_4Function · 0.85

Tested by

no test coverage detected