Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/raw/atmel/
H A Dpmecc.h64 bool atmel_pmecc_correct_erased_chunks(struct atmel_pmecc_user *user);
H A Dpmecc.c739 bool atmel_pmecc_correct_erased_chunks(struct atmel_pmecc_user *user) in atmel_pmecc_correct_erased_chunks() function
743 EXPORT_SYMBOL_GPL(atmel_pmecc_correct_erased_chunks);
H A Dnand-controller.c879 if (ret < 0 && !atmel_pmecc_correct_erased_chunks(nand->pmecc)) in atmel_nand_pmecc_correct_data()