Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/comedi/drivers/
Dadl_pci9118.c414 unsigned int dma_pos = devpriv->ai_act_dmapos; in pci9118_ai_samples_ready() local
435 if (dma_pos < start_pos) { in pci9118_ai_samples_ready()
437 x = start_pos - dma_pos; in pci9118_ai_samples_ready()
440 dma_pos += x; in pci9118_ai_samples_ready()
445 if (dma_pos < stop_pos) { in pci9118_ai_samples_ready()
447 x = stop_pos - dma_pos; in pci9118_ai_samples_ready()
451 dma_pos += x; in pci9118_ai_samples_ready()
471 unsigned int dma_pos = devpriv->ai_act_dmapos; in pci9118_ai_dma_xfer() local
477 dma_pos += n_raw_samples; in pci9118_ai_dma_xfer()
485 if (dma_pos < start_pos) { in pci9118_ai_dma_xfer()
[all …]
/Linux-v4.19/drivers/dma/
Dsirf-dma.c650 unsigned long dma_pos; in sirfsoc_dma_tx_status() local
675 dma_pos = readl_relaxed(sdma->base + SIRFSOC_DMA_CUR_DATA_ADDR); in sirfsoc_dma_tx_status()
677 dma_pos = readl_relaxed( in sirfsoc_dma_tx_status()
681 residue = dma_request_bytes - (dma_pos - sdesc->addr); in sirfsoc_dma_tx_status()
/Linux-v4.19/drivers/vme/
Dvme.c876 struct list_head *dma_pos = NULL; in vme_dma_request() local
891 list_for_each(dma_pos, &bridge->dma_resources) { in vme_dma_request()
892 dma_ctrlr = list_entry(dma_pos, in vme_dma_request()