Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/dma/ioat/
Dinit.c666 ioat_chan->completion_dma); in ioat_free_chan_resources()
671 ioat_chan->completion_dma = 0; in ioat_free_chan_resources()
698 GFP_NOWAIT, &ioat_chan->completion_dma); in ioat_alloc_chan_resources()
702 writel(((u64)ioat_chan->completion_dma) & 0x00000000FFFFFFFF, in ioat_alloc_chan_resources()
704 writel(((u64)ioat_chan->completion_dma) >> 32, in ioat_alloc_chan_resources()
Ddma.h110 dma_addr_t completion_dma; member
Ddma.c708 writel(lower_32_bits(ioat_chan->completion_dma), in ioat_restart_channel()
710 writel(upper_32_bits(ioat_chan->completion_dma), in ioat_restart_channel()