Searched defs:dma_pos (Results 1 - 2 of 2) sorted by relevance

/drivers/dma/
H A Dsirf-dma.c490 unsigned long dma_pos; local
502 dma_pos = readl_relaxed(sdma->base + cid * 0x10 + SIRFSOC_DMA_CH_ADDR)
504 residue = dma_request_bytes - (dma_pos - sdesc->addr);
/drivers/vme/
H A Dvme.c648 struct list_head *dma_pos = NULL; local
663 list_for_each(dma_pos, &bridge->dma_resources) {
664 dma_ctrlr = list_entry(dma_pos,

Completed in 164 milliseconds