Home
last modified time | relevance | path

Searched defs:nextdma_channel (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/next68k/dev/
H A Dnextdmavar.h28 struct nextdma_channel { struct
29 const char *nd_name;
30 int nd_base;
31 int nd_size;
32 u_long nd_intr;
33 int (*nd_intrfunc)(void *);
H A Dnextdma.c168 static struct nextdma_channel nextdma_channel[] = { variable