Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/dma/
Ddma_dw_common.h139 #define DW_CTLL_DST_WIDTH_MASK MASK(3, 1) macro
Ddma_dw_common.c533 ((lli->ctrl_lo & DW_CTLL_DST_WIDTH_MASK) >> DW_CTLL_DST_WIDTH_SHIFT); in dw_dma_start()