Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/txx9/
Dtxx9aclc.c113 dmadata->dmacount--; in txx9aclc_dma_complete()
114 if (!WARN_ON(dmadata->dmacount < 0)) in txx9aclc_dma_complete()
172 dmadata->dmacount = NR_DMA_CHAIN; in txx9aclc_dma_tasklet()
180 if (WARN_ON(dmadata->dmacount >= NR_DMA_CHAIN)) { in txx9aclc_dma_tasklet()
184 while (dmadata->dmacount < NR_DMA_CHAIN) { in txx9aclc_dma_tasklet()
185 dmadata->dmacount++; in txx9aclc_dma_tasklet()
Dtxx9aclc.h60 int dmacount; member
/linux-4.4.14/drivers/usb/gadget/udc/
Dnet2280.c578 td->dmacount = 0; /* not VALID */ in net2280_alloc_request()
805 u32 dmacount = req->req.length; in fill_dma_desc() local
813 dmacount |= BIT(DMA_DIRECTION); in fill_dma_desc()
814 if ((!ep->is_in && (dmacount % ep->ep.maxpacket) != 0) || in fill_dma_desc()
816 dmacount |= BIT(END_OF_CHAIN); in fill_dma_desc()
820 dmacount |= BIT(VALID_BIT); in fill_dma_desc()
821 dmacount |= BIT(DMA_DONE_INTERRUPT_ENABLE); in fill_dma_desc()
828 td->dmacount = cpu_to_le32(dmacount); in fill_dma_desc()
861 writel(tmp, &dma->dmacount); in start_queue()
904 req->td->dmacount = cpu_to_le32(req->req.length - tmp); in start_dma()
[all …]
Dnet2280.h83 __le32 dmacount; member
/linux-4.4.14/drivers/dma/ioat/
Ddma.c129 ioat_chan->dmacount += ioat_ring_pending(ioat_chan); in __ioat_issue_pending()
131 writew(ioat_chan->dmacount, in __ioat_issue_pending()
136 ioat_chan->issued, ioat_chan->dmacount); in __ioat_issue_pending()
209 ioat_chan->dmacount = 0; in __ioat_restart_chan()
215 ioat_chan->issued, ioat_chan->dmacount); in __ioat_restart_chan()
Ddma.h131 u16 dmacount; member
Dinit.c679 ioat_chan->dmacount = 0; in ioat_free_chan_resources()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_fcoe.c166 unsigned int i, j, dmacount; in ixgbe_fcoe_ddp_setup() local
212 dmacount = dma_map_sg(&adapter->pdev->dev, sgl, sgc, DMA_FROM_DEVICE); in ixgbe_fcoe_ddp_setup()
213 if (dmacount == 0) { in ixgbe_fcoe_ddp_setup()
229 for_each_sg(sgl, sg, dmacount, i) { in ixgbe_fcoe_ddp_setup()
253 if (((i != (dmacount - 1)) || (thislen != len)) in ixgbe_fcoe_ddp_setup()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_fcoe.c824 unsigned int i, j, dmacount; in i40e_fcoe_ddp_setup() local
866 dmacount = dma_map_sg(&pf->pdev->dev, sgl, sgc, DMA_FROM_DEVICE); in i40e_fcoe_ddp_setup()
867 if (dmacount == 0) { in i40e_fcoe_ddp_setup()
883 for_each_sg(sgl, sg, dmacount, i) { in i40e_fcoe_ddp_setup()
892 xid, i, j, dmacount, (u64)addr); in i40e_fcoe_ddp_setup()
909 if (((i != (dmacount - 1)) || (thislen != len)) && in i40e_fcoe_ddp_setup()
/linux-4.4.14/include/linux/usb/
Dnet2280.h361 u32 dmacount; member