Home
last modified time | relevance | path

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

/drivers/dma/dw/
Dcore.c124 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_initialize()
185 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_do_single_block()
207 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_dostart()
677 struct dw_dma *dw = to_dw_dma(chan->device); in dwc_prep_dma_memcpy()
758 struct dw_dma *dw = to_dw_dma(chan->device); in dwc_prep_slave_sg()
997 struct dw_dma *dw = to_dw_dma(chan->device); in dwc_control()
1071 dwc_scan_descriptors(to_dw_dma(chan->device), dwc); in dwc_tx_status()
1123 struct dw_dma *dw = to_dw_dma(chan->device); in dwc_alloc_chan_resources()
1197 struct dw_dma *dw = to_dw_dma(chan->device); in dwc_free_chan_resources()
1208 BUG_ON(dma_readl(to_dw_dma(chan->device), CH_EN) & dwc->mask); in dwc_free_chan_resources()
[all …]
Dregs.h306 static inline struct dw_dma *to_dw_dma(struct dma_device *ddev) in to_dw_dma() function