Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dstm32_fmc2_nand.c836 struct dma_async_tx_descriptor *desc_data, *desc_ecc; in stm32_fmc2_nfc_xfer() local
895 desc_ecc = dmaengine_prep_slave_sg(nfc->dma_ecc_ch, in stm32_fmc2_nfc_xfer()
899 if (!desc_ecc) { in stm32_fmc2_nfc_xfer()
905 desc_ecc->callback = stm32_fmc2_nfc_dma_callback; in stm32_fmc2_nfc_xfer()
906 desc_ecc->callback_param = &nfc->dma_ecc_complete; in stm32_fmc2_nfc_xfer()
907 ret = dma_submit_error(dmaengine_submit(desc_ecc)); in stm32_fmc2_nfc_xfer()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dstm32_fmc2_nand.c840 struct dma_async_tx_descriptor *desc_data, *desc_ecc; in stm32_fmc2_nfc_xfer() local
901 desc_ecc = dmaengine_prep_slave_sg(nfc->dma_ecc_ch, in stm32_fmc2_nfc_xfer()
905 if (!desc_ecc) { in stm32_fmc2_nfc_xfer()
911 desc_ecc->callback = stm32_fmc2_nfc_dma_callback; in stm32_fmc2_nfc_xfer()
912 desc_ecc->callback_param = &nfc->dma_ecc_complete; in stm32_fmc2_nfc_xfer()
913 ret = dma_submit_error(dmaengine_submit(desc_ecc)); in stm32_fmc2_nfc_xfer()

Completed in 6 milliseconds