Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/dma/
Ddma_dw_common.h99 #define DW_CFGL_FIFO_EMPTY BIT(9) macro
Ddma_dw_common.c599 bool fifo_empty = WAIT_FOR(dw_read(dev_cfg->base, DW_CFG_LOW(channel)) & DW_CFGL_FIFO_EMPTY, in dw_dma_stop()