Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/
H A Dsa11x0-dma.c610 unsigned i, j, k, sglen, sgperiod; in sa11x0_dma_prep_dma_cyclic() local
619 sgperiod = DIV_ROUND_UP(period, DMA_MAX_SIZE & ~DMA_ALIGN); in sa11x0_dma_prep_dma_cyclic()
620 sglen = size * sgperiod / period; in sa11x0_dma_prep_dma_cyclic()
635 for (j = 0; j < sgperiod; j++, k++) { in sa11x0_dma_prep_dma_cyclic()
658 txd->period = sgperiod; in sa11x0_dma_prep_dma_cyclic()