Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/
H A Decc.c620 int nand_ecc_register_on_host_hw_engine(struct nand_ecc_engine *engine) in nand_ecc_register_on_host_hw_engine() function
638 EXPORT_SYMBOL(nand_ecc_register_on_host_hw_engine);
H A Decc-mxic.c844 nand_ecc_register_on_host_hw_engine(&mxic->external_engine); in mxic_ecc_probe()
/openbmc/linux/include/linux/mtd/
H A Dnand.h308 int nand_ecc_register_on_host_hw_engine(struct nand_ecc_engine *engine);
312 nand_ecc_register_on_host_hw_engine(struct nand_ecc_engine *engine) in nand_ecc_register_on_host_hw_engine() function
/openbmc/linux/drivers/spi/
H A Dspi-mxic.c709 nand_ecc_register_on_host_hw_engine(eng); in mxic_spi_mem_ecc_probe()
H A Dspi-mtk-snfi.c1484 ret = nand_ecc_register_on_host_hw_engine(&ms->ecc_eng); in mtk_snand_probe()