Searched refs:erased (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | sunxi_nand.c | 760 int step, u32 status, bool *erased) in sunxi_nfc_hw_ecc_correct() 766 *erased = false; in sunxi_nfc_hw_ecc_correct() 778 *erased = true; in sunxi_nfc_hw_ecc_correct() 805 bool erased; in sunxi_nfc_hw_ecc_read_chunk() local 833 &erased); in sunxi_nfc_hw_ecc_read_chunk() 834 if (erased) in sunxi_nfc_hw_ecc_read_chunk() 840 * bitflips in erased pages. in sunxi_nfc_hw_ecc_read_chunk() 960 bool erased; in sunxi_nfc_hw_ecc_read_chunks_dma() local 964 i, status, &erased); in sunxi_nfc_hw_ecc_read_chunks_dma() 970 if (oob_required && !erased) { in sunxi_nfc_hw_ecc_read_chunks_dma() 759 sunxi_nfc_hw_ecc_correct(struct nand_chip *nand, u8 *data, u8 *oob, int step, u32 status, bool *erased) sunxi_nfc_hw_ecc_correct() argument [all...] |
H A D | qcom_nandc.c | 235 * 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 in erased_chunk_check_and_fixup() 1405 * is erased by looking for 0x54s at offsets 3 and 175 from the in erased_chunk_check_and_fixup() 1413 * if the erased codework markers, if they exist override them with in erased_chunk_check_and_fixup() 1536 * Bitflips can happen in erased codeword 1619 bool flash_op_err = false, erased; parse_read_errors() local [all...] |
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | sunxi_nand.c | 761 int step, u32 status, bool *erased) in sunxi_nfc_hw_ecc_correct() 767 *erased = false; in sunxi_nfc_hw_ecc_correct() 779 *erased = true; in sunxi_nfc_hw_ecc_correct() 806 bool erased; in sunxi_nfc_hw_ecc_read_chunk() local 834 &erased); in sunxi_nfc_hw_ecc_read_chunk() 835 if (erased) in sunxi_nfc_hw_ecc_read_chunk() 841 * bitflips in erased pages. in sunxi_nfc_hw_ecc_read_chunk() 956 bool erased; in sunxi_nfc_hw_ecc_read_chunks_dma() local 960 i, status, &erased); in sunxi_nfc_hw_ecc_read_chunks_dma() 966 if (oob_required && !erased) { in sunxi_nfc_hw_ecc_read_chunks_dma() 760 sunxi_nfc_hw_ecc_correct(struct nand_chip *nand, u8 *data, u8 *oob, int step, u32 status, bool *erased) sunxi_nfc_hw_ecc_correct() argument [all...] |
H A D | qcom_nandc.c | 220 * flag will determine the current value of erased codeword status register 1513 * an erased CW, and reports an erased CW in NAND_ERASED_CW_DETECT_STATUS. 1515 * when using RS ECC, the HW reports the same erros when reading an erased CW, 1516 * but it notifies that it is an erased CW by placing special characters at 1519 * verify if the page is erased or not, and fix up the page for RS ECC by 1527 * an erased page flags an error in NAND_FLASH_STATUS, check if the page in erased_chunk_check_and_fixup() 1528 * is erased by looking for 0x54s at offsets 3 and 175 from the in erased_chunk_check_and_fixup() 1536 * if the erased codework markers, if they exist override them with in erased_chunk_check_and_fixup() 1653 * Bitflips can happen in erased codeword 1736 bool flash_op_err = false, erased; parse_read_errors() local [all...] |
Completed in 14 milliseconds