Searched defs:autri_chstatus (Results 1 – 1 of 1) sorted by relevance
54 struct autri_chstatus { struct55 void (*intr)(void *); /* rint/pint */56 void *intr_arg; /* arg for intr */57 u_int offset; /* filled up to here */58 u_int blksize;59 u_int factor; /* byte per sample */60 u_int length; /* ring buffer length */61 struct autri_dma *dma; /* DMA handle for ring buf */63 int ch;64 int ch_intr;