Home
last modified time | relevance | path

Searched refs:db_sz (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/dma/ppc4xx/
H A Dadma.c1771 int i, db_sz; in ppc440spe_adma_alloc_chan_resources() local
1781 db_sz = sizeof(struct dma_cdb); in ppc440spe_adma_alloc_chan_resources()
1783 db_sz = sizeof(struct xor_cb); in ppc440spe_adma_alloc_chan_resources()
1785 for (; i < (ppc440spe_chan->device->pool_size / db_sz); i++) { in ppc440spe_adma_alloc_chan_resources()
1795 slot->hw_desc = (void *) &hw_desc[i * db_sz]; in ppc440spe_adma_alloc_chan_resources()
1801 slot->phys = ppc440spe_chan->device->dma_desc_pool + i * db_sz; in ppc440spe_adma_alloc_chan_resources()