Home | History | Annotate | Download | only in dev

Lines Matching defs:sbdma_rem_index

159 	unsigned int	sbdma_rem_index;	/* next dscr for sw to remove */
458 d->sbdma_rem_index = 0;
493 if (nextdsc == d->sbdma_rem_index)
592 if (nextdsc == d->sbdma_rem_index) {
681 if (nextdsc == d->sbdma_rem_index) {
878 * (sbdma_rem_index) and the physical address
882 curidx = d->sbdma_rem_index;
952 d->sbdma_rem_index = SBDMA_NEXTBUF(d, d->sbdma_rem_index);
991 * (sbdma_rem_index) and the physical address
995 curidx = d->sbdma_rem_index;
1026 d->sbdma_rem_index = SBDMA_NEXTBUF(d, d->sbdma_rem_index);