Searched refs:sc_ddma_channels (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/arm/allwinner/
H A Da10_dmac.c78 struct a10dmac_channel sc_ddma_channels[DDMA_CHANNELS]; member in struct:a10dmac_softc
153 sc->sc_ddma_channels[index].ch_sc = sc;
154 sc->sc_ddma_channels[index].ch_index = index;
155 sc->sc_ddma_channels[index].ch_type = CH_DDMA;
156 sc->sc_ddma_channels[index].ch_callback = NULL;
157 sc->sc_ddma_channels[index].ch_callbackarg = NULL;
158 sc->sc_ddma_channels[index].ch_regoff = AWIN_DDMA_REG(index);
159 DMACH_WRITE(&sc->sc_ddma_channels[index], AWIN_DDMA_CTL_REG, 0);
203 if (sc->sc_ddma_channels[index].ch_callback == NULL)
205 sc->sc_ddma_channels[inde
[all...]

Completed in 44 milliseconds