Home
last modified time | relevance | path

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

/drivers/dma/dw/
Dcore.c714 | DWC_CTLL_DST_WIDTH(dst_width) in dwc_prep_dma_memcpy()
793 | DWC_CTLL_DST_WIDTH(reg_width) in dwc_prep_slave_sg()
876 desc->lli.ctllo = ctllo | DWC_CTLL_DST_WIDTH(mem_width); in dwc_prep_slave_sg()
1398 | DWC_CTLL_DST_WIDTH(reg_width) in dw_dma_cyclic_prep()
1414 | 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