Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/mtd/nand/raw/atmel/
Dpmecc.h66 bool atmel_pmecc_correct_erased_chunks(struct atmel_pmecc_user *user);
Dpmecc.c746 bool atmel_pmecc_correct_erased_chunks(struct atmel_pmecc_user *user) in atmel_pmecc_correct_erased_chunks() function
750 EXPORT_SYMBOL_GPL(atmel_pmecc_correct_erased_chunks);
Dnand-controller.c878 if (ret < 0 && !atmel_pmecc_correct_erased_chunks(nand->pmecc)) in atmel_nand_pmecc_correct_data()