Home
last modified time | relevance | path

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

/linux/drivers/dma/dw/
H A Ddw.c79 u8 smsize = 0, dmsize = 0; in dw_dma_prepare_ctllo() local
85 dmsize = dw_dma_encode_maxburst(sconfig->dst_maxburst); in dw_dma_prepare_ctllo()
96 DWC_CTLL_DST_MSIZE(dmsize) | DWC_CTLL_SRC_MSIZE(smsize) | in dw_dma_prepare_ctllo()
H A Didma32.c210 u8 smsize = 0, dmsize = 0; in idma32_prepare_ctllo() local
213 dmsize = idma32_encode_maxburst(sconfig->dst_maxburst); in idma32_prepare_ctllo()
218 DWC_CTLL_DST_MSIZE(dmsize) | DWC_CTLL_SRC_MSIZE(smsize); in idma32_prepare_ctllo()