Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dautrivar.h52 struct autri_chstatus { struct
53 void (*intr)(void *); /* rint/pint */
54 void *intr_arg; /* arg for intr */
55 u_int offset; /* filled up to here */
56 u_int blksize;
57 u_int factor; /* byte per sample */
58 u_int length; /* ring buffer length */
59 struct autri_dma *dma; /* DMA handle for ring buf */
61 int ch;
62 int ch_intr;