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

/freebsd-11-stable/sys/arm/allwinner/
H A Da10_dmac.c77 struct a10dmac_channel sc_ndma_channels[NDMA_CHANNELS]; member in struct:a10dmac_softc
144 sc->sc_ndma_channels[index].ch_sc = sc;
145 sc->sc_ndma_channels[index].ch_index = index;
146 sc->sc_ndma_channels[index].ch_type = CH_NDMA;
147 sc->sc_ndma_channels[index].ch_callback = NULL;
148 sc->sc_ndma_channels[index].ch_callbackarg = NULL;
149 sc->sc_ndma_channels[index].ch_regoff = AWIN_NDMA_REG(index);
150 DMACH_WRITE(&sc->sc_ndma_channels[index], AWIN_NDMA_CTL_REG, 0);
198 if (sc->sc_ndma_channels[index].ch_callback == NULL)
200 sc->sc_ndma_channels[inde
[all...]

Completed in 55 milliseconds