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

Function ti_sdma_write_4

freebsd/arm/ti/ti_sdma.c:175–179  ·  view source on GitHub ↗

* ti_sdma_write_4 - writes a 32-bit value to one of the DMA registers * @sc: DMA device context * @off: The offset of a register from the DMA register address range * * * RETURNS: * 32-bit value read from the register. */

Source from the content-addressed store, hash-verified

173 * 32-bit value read from the register.
174 */
175static inline void
176ti_sdma_write_4(struct ti_sdma_softc *sc, bus_size_t off, uint32_t val)
177{
178 bus_write_4(sc->sc_mem_res, off, val);
179}
180
181/**
182 * ti_sdma_is_omap3_rev - returns true if H/W is from OMAP3 series

Callers 9

ti_sdma_intrFunction · 0.85
ti_sdma_activate_channelFunction · 0.85
ti_sdma_start_xferFunction · 0.85
ti_sdma_stop_xferFunction · 0.85
ti_sdma_attachFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected