Searched refs:sbdma_maxdescr (Results 1 – 1 of 1) sorted by relevance
190 int sbdma_maxdescr; /* total # of descriptors member636 d->sbdma_maxdescr = maxdescr; in sbdma_initctx()638 d->sbdma_dscrtable_unaligned = kcalloc(d->sbdma_maxdescr + 1, in sbdma_initctx()650 d->sbdma_dscrtable_end = d->sbdma_dscrtable + d->sbdma_maxdescr; in sbdma_initctx()658 d->sbdma_ctxtable = kcalloc(d->sbdma_maxdescr, in sbdma_initctx()706 V_DMA_RINGSZ(d->sbdma_maxdescr) | in sbdma_channel_start()711 __raw_writeq(V_DMA_RINGSZ(d->sbdma_maxdescr) | in sbdma_channel_start()994 for (idx = 0; idx < d->sbdma_maxdescr; idx++) { in sbdma_emptyring()