Home
last modified time | relevance | path

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

/linux-6.15/drivers/dma/xilinx/
H A Dxilinx_dma.c451 dma_addr_t seg_p; member
948 chan->seg_p); in xilinx_dma_free_chan_resources()
963 chan->seg_p); in xilinx_dma_free_chan_resources()
1131 &chan->seg_p, GFP_KERNEL); in xilinx_dma_alloc_chan_resources()
1153 chan->seg_p); in xilinx_dma_alloc_chan_resources()
1160 lower_32_bits(chan->seg_p + sizeof(*chan->seg_v) * in xilinx_dma_alloc_chan_resources()
1163 upper_32_bits(chan->seg_p + sizeof(*chan->seg_v) * in xilinx_dma_alloc_chan_resources()
1165 chan->seg_v[i].phys = chan->seg_p + in xilinx_dma_alloc_chan_resources()
1175 &chan->seg_p, GFP_KERNEL); in xilinx_dma_alloc_chan_resources()
1184 lower_32_bits(chan->seg_p + sizeof(*chan->seg_mv) * in xilinx_dma_alloc_chan_resources()
[all …]