Searched refs:to_dw_dma (Results 1 – 2 of 2) sorted by relevance
132 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_initialize()193 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_do_single_block()215 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_dostart()685 struct dw_dma *dw = to_dw_dma(chan->device); in dwc_prep_dma_memcpy()766 struct dw_dma *dw = to_dw_dma(chan->device); in dwc_prep_slave_sg()1025 struct dw_dma *dw = to_dw_dma(chan->device); in dwc_terminate_all()1078 dwc_scan_descriptors(to_dw_dma(chan->device), dwc); in dwc_tx_status()1130 struct dw_dma *dw = to_dw_dma(chan->device); in dwc_alloc_chan_resources()1204 struct dw_dma *dw = to_dw_dma(chan->device); in dwc_free_chan_resources()1215 BUG_ON(dma_readl(to_dw_dma(chan->device), CH_EN) & dwc->mask); in dwc_free_chan_resources()[all …]
306 static inline struct dw_dma *to_dw_dma(struct dma_device *ddev) in to_dw_dma() function