Searched defs:nextdma_channel (Results 1 – 2 of 2) sorted by relevance
28 struct nextdma_channel { struct29 const char *nd_name;30 int nd_base;31 int nd_size;32 u_long nd_intr;33 int (*nd_intrfunc)(void *);
168 static struct nextdma_channel nextdma_channel[] = { variable