Home
last modified time | relevance | path

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

/linux/drivers/dma/
H A Dfsl-edma-main.c108 unsigned int err, ch, ch_es; in fsl_edma3_or_err_handler() local
118 ch_es = edma_readl_chreg(chan, ch_es); in fsl_edma3_or_err_handler()
119 if (!(ch_es & EDMA_V3_CH_ES_ERR)) in fsl_edma3_or_err_handler()
122 edma_writel_chreg(chan, EDMA_V3_CH_ES_ERR, ch_es); in fsl_edma3_or_err_handler()
H A Dfsl-edma-common.h109 __le32 ch_es; member