Searched refs:mtk_ecc_enable (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | mtk_ecc.h | 39 int mtk_ecc_enable(struct mtk_ecc *, struct mtk_ecc_config *);
|
H A D | mtk_ecc.c | 293 int mtk_ecc_enable(struct mtk_ecc *ecc, struct mtk_ecc_config *config) in mtk_ecc_enable() function 335 EXPORT_SYMBOL(mtk_ecc_enable); variable 395 ret = mtk_ecc_enable(ecc, config); in mtk_ecc_encode()
|
H A D | mtk_nand.c | 846 ret = mtk_ecc_enable(nfc->ecc, &nfc->ecc_cfg); in mtk_nfc_write_page() 983 rc = mtk_ecc_enable(nfc->ecc, &nfc->ecc_cfg); in mtk_nfc_read_subpage()
|
/kernel/linux/linux-6.6/include/linux/mtd/ |
H A D | nand-ecc-mtk.h | 39 int mtk_ecc_enable(struct mtk_ecc *, struct mtk_ecc_config *);
|
/kernel/linux/linux-6.6/drivers/mtd/nand/ |
H A D | ecc-mtk.c | 303 int mtk_ecc_enable(struct mtk_ecc *ecc, struct mtk_ecc_config *config) in mtk_ecc_enable() function 345 EXPORT_SYMBOL(mtk_ecc_enable); variable 405 ret = mtk_ecc_enable(ecc, config); in mtk_ecc_encode()
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | mtk_nand.c | 845 ret = mtk_ecc_enable(nfc->ecc, &nfc->ecc_cfg); in mtk_nfc_write_page() 982 rc = mtk_ecc_enable(nfc->ecc, &nfc->ecc_cfg); in mtk_nfc_read_subpage()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-mtk-snfi.c | 945 ret = mtk_ecc_enable(snf->ecc, snf->ecc_cfg); in mtk_snand_read_page_cache() 1135 ret = mtk_ecc_enable(snf->ecc, snf->ecc_cfg); in mtk_snand_write_page_cache()
|
Completed in 10 milliseconds