Searched defs:autri_chstatus (Results 1 – 1 of 1) sorted by relevance
52 struct autri_chstatus { struct53 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;