Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-amlogic-spifc-a4.c192 struct nand_ecc_engine ecc_eng; member
222 return container_of(eng, struct aml_sfc, ecc_eng); in nand_to_aml_sfc()
1143 sfc->ecc_eng.dev = &pdev->dev; in aml_sfc_probe()
1144 sfc->ecc_eng.integration = NAND_ECC_ENGINE_INTEGRATION_PIPELINED; in aml_sfc_probe()
1145 sfc->ecc_eng.ops = &aml_sfc_ecc_engine_ops; in aml_sfc_probe()
1146 sfc->ecc_eng.priv = sfc; in aml_sfc_probe()
1148 ret = nand_ecc_register_on_host_hw_engine(&sfc->ecc_eng); in aml_sfc_probe()
H A Dspi-qpic-snand.c60 #define ecceng_to_qspi(eng) container_of(eng, struct qpic_spi_nand, ecc_eng)
107 struct nand_ecc_engine ecc_eng; member
1572 snandc->qspi->ecc_eng.dev = &pdev->dev; in qcom_spi_probe()
1573 snandc->qspi->ecc_eng.integration = NAND_ECC_ENGINE_INTEGRATION_PIPELINED; in qcom_spi_probe()
1574 snandc->qspi->ecc_eng.ops = &qcom_spi_ecc_engine_ops_pipelined; in qcom_spi_probe()
1575 snandc->qspi->ecc_eng.priv = snandc; in qcom_spi_probe()
1577 ret = nand_ecc_register_on_host_hw_engine(&snandc->qspi->ecc_eng); in qcom_spi_probe()
1598 nand_ecc_unregister_on_host_hw_engine(&snandc->qspi->ecc_eng); in qcom_spi_probe()
1614 nand_ecc_unregister_on_host_hw_engine(&snandc->qspi->ecc_eng); in qcom_spi_remove()
H A Dspi-mtk-snfi.c315 struct nand_ecc_engine ecc_eng; member
325 return container_of(eng, struct mtk_snand, ecc_eng); in nand_to_mtk_snand()
1435 ms->ecc_eng.dev = &pdev->dev; in mtk_snand_probe()
1436 ms->ecc_eng.integration = NAND_ECC_ENGINE_INTEGRATION_PIPELINED; in mtk_snand_probe()
1437 ms->ecc_eng.ops = &mtk_snfi_ecc_engine_ops; in mtk_snand_probe()
1438 ms->ecc_eng.priv = ms; in mtk_snand_probe()
1440 ret = nand_ecc_register_on_host_hw_engine(&ms->ecc_eng); in mtk_snand_probe()