Home
last modified time | relevance | path

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

/drivers/usb/gadget/
Dnet2280.c427 td->dmacount = 0; /* not VALID */ in net2280_alloc_request()
648 u32 dmacount = req->req.length; in fill_dma_desc() local
656 dmacount |= (1 << DMA_DIRECTION); in fill_dma_desc()
657 if ((!ep->is_in && (dmacount % ep->ep.maxpacket) != 0) in fill_dma_desc()
659 dmacount |= (1 << END_OF_CHAIN); in fill_dma_desc()
663 dmacount |= (1 << VALID_BIT); in fill_dma_desc()
665 dmacount |= (1 << DMA_DONE_INTERRUPT_ENABLE); in fill_dma_desc()
672 td->dmacount = cpu_to_le32(dmacount); in fill_dma_desc()
705 writel (tmp, &dma->dmacount); in start_queue()
746 req->td->dmacount = cpu_to_le32 (req->req.length - tmp); in start_dma()
[all …]
Dnet2280.h85 __le32 dmacount; member
/drivers/dma/
Dioat_dma.c243 writew(ioat_chan->dmacount, in __ioat2_dma_memcpy_issue_pending()
279 ioat_chan->dmacount = 0; in ioat_dma_chan_reset_part2()
283 ioat_chan->dmacount++; in ioat_dma_chan_reset_part2()
310 writew(ioat_chan->dmacount, in ioat_dma_chan_reset_part2()
317 chan_num(ioat_chan), ioat_chan->dmacount, ioat_chan->desccount); in ioat_dma_chan_reset_part2()
564 ioat_chan->dmacount += desc_count; in ioat1_tx_submit()
651 ioat_chan->dmacount += desc_count; in ioat2_tx_submit()
878 ioat_chan->dmacount = 0; in ioat_dma_free_chan_resources()
947 ioat_chan->dmacount++; in ioat2_dma_get_next_descriptor()
1018 chan_num(ioat_chan), ioat_chan->dmacount, ioat_chan->desccount); in ioat1_dma_prep_memcpy()
[all …]
Dioatdma.h95 int dmacount; member
/drivers/net/wireless/p54/
Dnet2280.h357 __le32 dmacount; member