Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/dma/
Ddma_dw_common.c514 dw_write(dev_cfg->base, DW_CFG_LOW(channel), chan_data->cfg_lo); in dw_dma_start()
595 dw_write(dev_cfg->base, DW_CFG_LOW(channel), in dw_dma_stop()
599 bool fifo_empty = WAIT_FOR(dw_read(dev_cfg->base, DW_CFG_LOW(channel)) & DW_CFGL_FIFO_EMPTY, in dw_dma_stop()
656 dw_write(dev_cfg->base, DW_CFG_LOW(channel), chan_data->cfg_lo); in dw_dma_resume()
688 dw_write(dev_cfg->base, DW_CFG_LOW(channel), in dw_dma_suspend()
Ddma_dw_common.h40 #define DW_CFG_LOW(chan) \ macro