Searched refs:erased (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/mtd/nand/raw/
H A Dsunxi_nand.c760 int step, u32 status, bool *erased)
766 *erased = false;
778 *erased = true;
805 bool erased; local
833 &erased);
834 if (erased)
840 * bitflips in erased pages.
960 bool erased; local
964 i, status, &erased);
970 if (oob_required && !erased) {
759 sunxi_nfc_hw_ecc_correct(struct nand_chip *nand, u8 *data, u8 *oob, int step, u32 status, bool *erased) argument
[all...]
H A Dqcom_nandc.c235 * flag will determine the current value of erased codeword status register
1390 * an erased CW, and reports an erased CW in NAND_ERASED_CW_DETECT_STATUS.
1392 * when using RS ECC, the HW reports the same erros when reading an erased CW,
1393 * but it notifies that it is an erased CW by placing special characters at
1396 * verify if the page is erased or not, and fix up the page for RS ECC by
1404 * an erased page flags an error in NAND_FLASH_STATUS, check if the page
1405 * is erased by looking for 0x54s at offsets 3 and 175 from the
1413 * if the erased codework markers, if they exist override them with
1536 * Bitflips can happen in erased codeword
1619 bool flash_op_err = false, erased; local
[all...]

Completed in 110 milliseconds