Searched refs:DW_CTLL_DST_WIDTH_MASK (Results 1 – 2 of 2) sorted by relevance
/sof-2.7.6/src/include/sof/drivers/ | ||
D | dw-dma.h | 105 #define DW_CTLL_DST_WIDTH_MASK MASK(3, 1) macro |
/sof-2.7.6/src/drivers/dw/ | ||
D | dma.c | 318 ((lli->ctrl_lo & DW_CTLL_DST_WIDTH_MASK) >> in dw_dma_start() |