Searched refs:to_dw_dma (Results 1 – 2 of 2) sorted by relevance
106 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_desc_get()125 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_desc_put()179 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_initialize()219 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in bytes2block()239 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in block2bytes()253 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_do_single_block()275 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_dostart()642 struct dw_dma *dw = to_dw_dma(chan->device); in dwc_prep_dma_memcpy()718 struct dw_dma *dw = to_dw_dma(chan->device); in dwc_prep_slave_sg()878 struct dw_dma *dw = to_dw_dma(chan->device); in dwc_config()[all …]
335 static inline struct dw_dma *to_dw_dma(struct dma_device *ddev) in to_dw_dma() function