Searched refs:ecc_eng (Results 1 – 2 of 2) sorted by relevance
315 struct nand_ecc_engine ecc_eng; member325 return container_of(eng, struct mtk_snand, ecc_eng); in nand_to_mtk_snand()1436 ms->ecc_eng.dev = &pdev->dev; in mtk_snand_probe()1437 ms->ecc_eng.integration = NAND_ECC_ENGINE_INTEGRATION_PIPELINED; in mtk_snand_probe()1438 ms->ecc_eng.ops = &mtk_snfi_ecc_engine_ops; in mtk_snand_probe()1439 ms->ecc_eng.priv = ms; in mtk_snand_probe()1441 ret = nand_ecc_register_on_host_hw_engine(&ms->ecc_eng); in mtk_snand_probe()
60 #define ecceng_to_qspi(eng) container_of(eng, struct qpic_spi_nand, ecc_eng)116 struct nand_ecc_engine ecc_eng; member1547 snandc->qspi->ecc_eng.dev = &pdev->dev; in qcom_spi_probe()1548 snandc->qspi->ecc_eng.integration = NAND_ECC_ENGINE_INTEGRATION_PIPELINED; in qcom_spi_probe()1549 snandc->qspi->ecc_eng.ops = &qcom_spi_ecc_engine_ops_pipelined; in qcom_spi_probe()1550 snandc->qspi->ecc_eng.priv = snandc; in qcom_spi_probe()1552 ret = nand_ecc_register_on_host_hw_engine(&snandc->qspi->ecc_eng); in qcom_spi_probe()