Searched refs:sbdma_maxdescr (Results 1 – 1 of 1) sorted by relevance
190 int sbdma_maxdescr; /* total # of descriptors member637 d->sbdma_maxdescr = maxdescr; in sbdma_initctx()639 d->sbdma_dscrtable_unaligned = kcalloc(d->sbdma_maxdescr + 1, in sbdma_initctx()651 d->sbdma_dscrtable_end = d->sbdma_dscrtable + d->sbdma_maxdescr; in sbdma_initctx()659 d->sbdma_ctxtable = kcalloc(d->sbdma_maxdescr, in sbdma_initctx()707 V_DMA_RINGSZ(d->sbdma_maxdescr) | in sbdma_channel_start()712 __raw_writeq(V_DMA_RINGSZ(d->sbdma_maxdescr) | in sbdma_channel_start()995 for (idx = 0; idx < d->sbdma_maxdescr; idx++) { in sbdma_emptyring()