Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/mtd/nand/raw/
Dstm32_fmc2_nand.c840 struct dma_async_tx_descriptor *desc_data, *desc_ecc; in stm32_fmc2_nfc_xfer() local
899 desc_ecc = dmaengine_prep_slave_sg(nfc->dma_ecc_ch, in stm32_fmc2_nfc_xfer()
903 if (!desc_ecc) { in stm32_fmc2_nfc_xfer()
909 desc_ecc->callback = stm32_fmc2_nfc_dma_callback; in stm32_fmc2_nfc_xfer()
910 desc_ecc->callback_param = &nfc->dma_ecc_complete; in stm32_fmc2_nfc_xfer()
911 ret = dma_submit_error(dmaengine_submit(desc_ecc)); in stm32_fmc2_nfc_xfer()