Home
last modified time | relevance | path

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

/linux/drivers/dma/
H A Dmxs-dma.c115 dma_addr_t ccw_phys; member
239 writel(mxs_chan->ccw_phys, in mxs_dma_enable_chan()
403 &mxs_chan->ccw_phys, GFP_KERNEL); in mxs_dma_alloc_chan_resources()
432 mxs_chan->ccw, mxs_chan->ccw_phys); in mxs_dma_alloc_chan_resources()
447 mxs_chan->ccw, mxs_chan->ccw_phys); in mxs_dma_free_chan_resources()
507 ccw->next = mxs_chan->ccw_phys + sizeof(*ccw) * idx; in mxs_dma_prep_slave_sg()
543 ccw->next = mxs_chan->ccw_phys + sizeof(*ccw) * idx; in mxs_dma_prep_slave_sg()
608 ccw->next = mxs_chan->ccw_phys; in mxs_dma_prep_dma_cyclic()
610 ccw->next = mxs_chan->ccw_phys + sizeof(*ccw) * (i + 1); in mxs_dma_prep_dma_cyclic()