Searched refs:db_sz (Results 1 – 1 of 1) sorted by relevance
1769 int i, db_sz; in ppc440spe_adma_alloc_chan_resources() local1779 db_sz = sizeof(struct dma_cdb); in ppc440spe_adma_alloc_chan_resources()1781 db_sz = sizeof(struct xor_cb); in ppc440spe_adma_alloc_chan_resources()1783 for (; i < (ppc440spe_chan->device->pool_size / db_sz); i++) { in ppc440spe_adma_alloc_chan_resources()1793 slot->hw_desc = (void *) &hw_desc[i * db_sz]; in ppc440spe_adma_alloc_chan_resources()1799 slot->phys = ppc440spe_chan->device->dma_desc_pool + i * db_sz; in ppc440spe_adma_alloc_chan_resources()