Home
last modified time | relevance | path

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

/drivers/dma/dw/
Dcore.c706 | DWC_CTLL_DST_WIDTH(dst_width) in dwc_prep_dma_memcpy()
785 | DWC_CTLL_DST_WIDTH(reg_width) in dwc_prep_slave_sg()
874 desc->lli.ctllo = ctllo | DWC_CTLL_DST_WIDTH(mem_width); in dwc_prep_slave_sg()
1391 | DWC_CTLL_DST_WIDTH(reg_width) in dw_dma_cyclic_prep()
1407 | DWC_CTLL_DST_WIDTH(reg_width) in dw_dma_cyclic_prep()
Dregs.h148 #define DWC_CTLL_DST_WIDTH(n) ((n)<<1) /* bytes per element */ macro