Home | History | Annotate | Download | only in sunxi

Lines Matching defs:sc_chan

211 	struct sun6idma_channel	*sc_chan;
254 if (sc->sc_chan[index].ch_callback == NULL) {
255 ch = &sc->sc_chan[index];
427 if (sc->sc_chan[index].ch_callback == NULL)
429 sc->sc_chan[index].ch_callback(
430 sc->sc_chan[index].ch_callbackarg);
497 sc->sc_chan = kmem_alloc(sizeof(*sc->sc_chan) * sc->sc_nchan, KM_SLEEP);
527 struct sun6idma_channel *ch = &sc->sc_chan[index];
576 struct sun6idma_channel *ch = &sc->sc_chan[index];