Home
last modified time | relevance | path

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

/linux/drivers/dma/
H A Dfsl-edma-main.c196 if (!(ch_es & EDMA_V3_CH_ES_ERR)) in fsl_edma3_or_err_handler()
199 edma_writel_chreg(chan, EDMA_V3_CH_ES_ERR, ch_es); in fsl_edma3_or_err_handler()
H A Dfsl-edma-common.h71 #define EDMA_V3_CH_ES_ERR BIT(31) macro