Searched refs:db_sz (Results 1 – 1 of 1) sorted by relevance
1786 int i, db_sz; in ppc440spe_adma_alloc_chan_resources() local1796 db_sz = sizeof(struct dma_cdb); in ppc440spe_adma_alloc_chan_resources()1798 db_sz = sizeof(struct xor_cb); in ppc440spe_adma_alloc_chan_resources()1800 for (; i < (ppc440spe_chan->device->pool_size / db_sz); i++) { in ppc440spe_adma_alloc_chan_resources()1810 slot->hw_desc = (void *) &hw_desc[i * db_sz]; in ppc440spe_adma_alloc_chan_resources()1816 slot->phys = ppc440spe_chan->device->dma_desc_pool + i * db_sz; in ppc440spe_adma_alloc_chan_resources()