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

Function ti_mbox_reg_read

freebsd/arm/ti/ti_mbox.c:107–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105MODULE_DEPEND(ti_mbox, ti_sysc, 1, 1, 1);
106
107static __inline uint32_t
108ti_mbox_reg_read(struct ti_mbox_softc *sc, uint16_t reg)
109{
110 return (bus_space_read_4(sc->sc_bt, sc->sc_bh, reg));
111}
112
113static __inline void
114ti_mbox_reg_write(struct ti_mbox_softc *sc, uint16_t reg, uint32_t val)

Callers 3

ti_mbox_attachFunction · 0.85
ti_mbox_readFunction · 0.85
ti_mbox_writeFunction · 0.85

Calls 1

bus_space_read_4Function · 0.85

Tested by

no test coverage detected