Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/mtd/nand/raw/
Dstm32_fmc2_nand.c838 struct dma_async_tx_descriptor *desc_data, *desc_ecc; in stm32_fmc2_nfc_xfer() local
897 desc_ecc = dmaengine_prep_slave_sg(nfc->dma_ecc_ch, in stm32_fmc2_nfc_xfer()
901 if (!desc_ecc) { in stm32_fmc2_nfc_xfer()
907 desc_ecc->callback = stm32_fmc2_nfc_dma_callback; in stm32_fmc2_nfc_xfer()
908 desc_ecc->callback_param = &nfc->dma_ecc_complete; in stm32_fmc2_nfc_xfer()
909 ret = dma_submit_error(dmaengine_submit(desc_ecc)); in stm32_fmc2_nfc_xfer()