Home
last modified time | relevance | path

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

/linux-6.15/drivers/dma/stm32/
H A Dstm32-dma3.c89 #define CSR_IDLEF BIT(0) macro
875 if (!(csr & CSR_IDLEF) && chan->dma_status != DMA_PAUSED) { in stm32_dma3_chan_set_residue()
879 csr & (CSR_SUSPF | CSR_IDLEF), 1, 10); in stm32_dma3_chan_set_residue()
881 if (ret || ((csr & CSR_TCF) && (csr & CSR_IDLEF))) { in stm32_dma3_chan_set_residue()
890 if (!(csr & CSR_IDLEF)) in stm32_dma3_chan_set_residue()
897 if (!(csr & CSR_SUSPF) && (csr & CSR_TCF) && (csr & CSR_IDLEF)) in stm32_dma3_chan_set_residue()