HomeSort by: relevance | last modified time | path
    Searched refs:sc_dma_ch (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/ieee1394/
if_fwipvar.h 50 short sc_dma_ch; member in struct:fwip_softc
if_fwip.c 185 sc->sc_dma_ch = -1;
264 if (sc->sc_dma_ch < 0) {
338 if (sc->sc_dma_ch < 0) {
339 sc->sc_dma_ch = fw_open_isodma(fc, /* tx */0);
340 if (sc->sc_dma_ch < 0)
342 xferq = fc->ir[sc->sc_dma_ch];
410 xferq = fc->ir[sc->sc_dma_ch];
417 fc->irx_enable(fc, sc->sc_dma_ch);
438 if (sc->sc_dma_ch >= 0) {
439 xferq = fc->ir[sc->sc_dma_ch];
    [all...]
  /src/sys/arch/x68k/dev/
vsvar.h 93 struct dmac_channel_stat *sc_dma_ch; member in struct:vs_softc
vs.c 227 sc->sc_dma_ch = dmac_alloc_channel(parent, ia->ia_dma, "vs",
385 chan = sc->sc_dma_ch;
431 chan = sc->sc_dma_ch;
463 dmac_abort_xfer(sc->sc_dma_ch->ch_softc, sc->sc_current.xfer);
480 dmac_abort_xfer(sc->sc_dma_ch->ch_softc, sc->sc_current.xfer);

Completed in 13 milliseconds