Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/dma/
Ddma_dw_common.h124 #define DW_CTLL_D_SCAT_EN BIT(18) macro
Ddma_dw_common.c324 lli_desc->ctrl_lo |= DW_CTLL_D_SCAT_EN; in dw_dma_config()
530 if (lli->ctrl_lo & DW_CTLL_D_SCAT_EN) { in dw_dma_start()