Home
last modified time | relevance | path

Searched refs:completion_dma (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/dma/ioat/
Dinit.c673 ioat_chan->completion_dma); in ioat_free_chan_resources()
678 ioat_chan->completion_dma = 0; in ioat_free_chan_resources()
705 GFP_KERNEL, &ioat_chan->completion_dma); in ioat_alloc_chan_resources()
710 writel(((u64)ioat_chan->completion_dma) & 0x00000000FFFFFFFF, in ioat_alloc_chan_resources()
712 writel(((u64)ioat_chan->completion_dma) >> 32, in ioat_alloc_chan_resources()
Ddma.h111 dma_addr_t completion_dma; member