Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/xilinx/
H A Dxilinx_dma.c448 dma_addr_t seg_p; member
945 chan->seg_p); in xilinx_dma_free_chan_resources()
960 chan->seg_p); in xilinx_dma_free_chan_resources()
1128 &chan->seg_p, GFP_KERNEL); in xilinx_dma_alloc_chan_resources()
1150 chan->seg_p); in xilinx_dma_alloc_chan_resources()
1157 lower_32_bits(chan->seg_p + sizeof(*chan->seg_v) * in xilinx_dma_alloc_chan_resources()
1160 upper_32_bits(chan->seg_p + sizeof(*chan->seg_v) * in xilinx_dma_alloc_chan_resources()
1162 chan->seg_v[i].phys = chan->seg_p + in xilinx_dma_alloc_chan_resources()
1172 &chan->seg_p, GFP_KERNEL); in xilinx_dma_alloc_chan_resources()
1181 lower_32_bits(chan->seg_p + sizeof(*chan->seg_mv) * in xilinx_dma_alloc_chan_resources()
[all …]