Home
last modified time | relevance | path

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

/sof-2.7.6/src/include/sof/drivers/
Ddw-dma.h105 #define DW_CTLL_DST_WIDTH_MASK MASK(3, 1) macro
/sof-2.7.6/src/drivers/dw/
Ddma.c318 ((lli->ctrl_lo & DW_CTLL_DST_WIDTH_MASK) >> in dw_dma_start()