Searched refs:curr_lli (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/dma/ |
| H A D | loongson1-apb-dma.c | 75 struct ls1x_dma_lli *curr_lli; member 149 chan->curr_lli, chan->curr_lli->phys); in ls1x_dma_free_chan_resources() 178 chan->curr_lli = dma_alloc_coherent(dev, sizeof(struct ls1x_dma_lli), in ls1x_dma_alloc_chan_resources() 180 if (!chan->curr_lli) { in ls1x_dma_alloc_chan_resources() 184 chan->curr_lli->phys = phys; in ls1x_dma_alloc_chan_resources() 381 ret = ls1x_dma_query(chan, &chan->curr_lli->phys); in ls1x_dma_pause() 394 return ls1x_dma_start(chan, &chan->curr_lli->phys); in ls1x_dma_resume() 444 if (ls1x_dma_query(chan, &chan->curr_lli->phys)) in ls1x_dma_tx_status() 448 next_phys = chan->curr_lli->hw[LS1X_DMADESC_NEXT]; in ls1x_dma_tx_status()
|
| /linux/drivers/dma/stm32/ |
| H A D | stm32-dma3.c | 876 u32 residue, curr_lli, csr, cdar, cbr1, cllr, bndt, fifol; in stm32_dma3_chan_set_residue() local 927 curr_lli = ret; in stm32_dma3_chan_set_residue() 930 hwdesc = swdesc->lli[curr_lli].hwdesc; in stm32_dma3_chan_set_residue()
|