Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/
H A Decc.c640 int nand_ecc_unregister_on_host_hw_engine(struct nand_ecc_engine *engine) in nand_ecc_unregister_on_host_hw_engine() function
651 EXPORT_SYMBOL(nand_ecc_unregister_on_host_hw_engine);
H A Decc-mxic.c855 nand_ecc_unregister_on_host_hw_engine(&mxic->external_engine); in mxic_ecc_remove()
/openbmc/linux/include/linux/mtd/
H A Dnand.h309 int nand_ecc_unregister_on_host_hw_engine(struct nand_ecc_engine *engine);
317 nand_ecc_unregister_on_host_hw_engine(struct nand_ecc_engine *engine) in nand_ecc_unregister_on_host_hw_engine() function
/openbmc/linux/drivers/spi/
H A Dspi-mxic.c688 nand_ecc_unregister_on_host_hw_engine(mxic->ecc.pipelined_engine); in mxic_spi_mem_ecc_remove()