Searched refs:to_dw_dma (Results 1 – 4 of 4) sorted by relevance
80 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_desc_get()99 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_desc_put()117 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_initialize()152 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_do_single_block()174 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_dostart()291 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dwc_get_sent()542 struct dw_dma *dw = to_dw_dma(chan->device); in dwc_prep_dma_memcpy()620 struct dw_dma *dw = to_dw_dma(chan->device); in dwc_prep_slave_sg()802 struct dw_dma *dw = to_dw_dma(chan->device); in dwc_verify_p_buswidth()834 struct dw_dma *dw = to_dw_dma(chan->device); in dwc_verify_m_buswidth()[all …]
16 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in dw_dma_initialize_chan()
48 struct dw_dma *dw = to_dw_dma(dwc->chan.device); in idma32_initialize_chan_xbar()
363 static inline struct dw_dma *to_dw_dma(struct dma_device *ddev) in to_dw_dma() function