HomeSort by: relevance | last modified time | path
    Searched defs:nextdma_channel (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/next68k/dev/
nextdmavar.h 28 struct nextdma_channel { struct
57 struct nextdma_channel *sc_chan;
nextdma.c 168 static struct nextdma_channel nextdma_channel[] = { variable in typeref:struct:nextdma_channel[]
195 static int nnextdma_channels = __arraycount(nextdma_channel);
228 ia->ia_addr = (void *)nextdma_channel[attached].nd_base;
243 nsc->sc_chan = &nextdma_channel[attached];

Completed in 47 milliseconds