Searched refs:dmacount (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/sound/soc/txx9/ |
D | txx9aclc.c | 113 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()
|
D | txx9aclc.h | 60 int dmacount; member
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | net2280.c | 578 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 …]
|
D | net2280.h | 83 __le32 dmacount; member
|
/linux-4.4.14/drivers/dma/ioat/ |
D | dma.c | 129 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()
|
D | dma.h | 131 u16 dmacount; member
|
D | init.c | 679 ioat_chan->dmacount = 0; in ioat_free_chan_resources()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_fcoe.c | 166 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/ |
D | i40e_fcoe.c | 824 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/ |
D | net2280.h | 361 u32 dmacount; member
|