Home
last modified time | relevance | path

Searched refs:ecc_result (Results 1 – 15 of 15) sorted by relevance

/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_packedtags2.c57 t->ecc_result, t->block_bad, t->chunk_used, t->obj_id, in yaffs_dump_tags2()
163 enum yaffs_ecc_result ecc_result = YAFFS_ECC_RESULT_NO_ERROR; in yaffs_unpack_tags2() local
179 ecc_result = YAFFS_ECC_RESULT_NO_ERROR; in yaffs_unpack_tags2()
182 ecc_result = YAFFS_ECC_RESULT_FIXED; in yaffs_unpack_tags2()
185 ecc_result = YAFFS_ECC_RESULT_UNFIXED; in yaffs_unpack_tags2()
188 ecc_result = YAFFS_ECC_RESULT_UNKNOWN; in yaffs_unpack_tags2()
193 t->ecc_result = ecc_result; in yaffs_unpack_tags2()
H A Dyaffs_tagscompat.c144 enum yaffs_ecc_result *ecc_result, in yaffs_rd_chunk_nand() argument
203 *ecc_result = YAFFS_ECC_RESULT_UNFIXED; in yaffs_rd_chunk_nand()
205 *ecc_result = YAFFS_ECC_RESULT_FIXED; in yaffs_rd_chunk_nand()
207 *ecc_result = YAFFS_ECC_RESULT_NO_ERROR; in yaffs_rd_chunk_nand()
247 *ecc_result = YAFFS_ECC_RESULT_UNFIXED; in yaffs_rd_chunk_nand()
249 *ecc_result = YAFFS_ECC_RESULT_FIXED; in yaffs_rd_chunk_nand()
251 *ecc_result = YAFFS_ECC_RESULT_NO_ERROR; in yaffs_rd_chunk_nand()
318 enum yaffs_ecc_result ecc_result = YAFFS_ECC_RESULT_UNKNOWN; in yaffs_tags_compat_rd() local
329 data, &spare, &ecc_result, 1)) in yaffs_tags_compat_rd()
339 ext_tags->ecc_result = ecc_result; in yaffs_tags_compat_rd()
H A Dyaffs_nandif.c124 tags->ecc_result == YAFFS_ECC_RESULT_UNFIXED) in ynandif_ReadChunkWithTagsFromNAND()
125 tags->ecc_result = YAFFS_ECC_RESULT_UNFIXED; in ynandif_ReadChunkWithTagsFromNAND()
127 tags->ecc_result == YAFFS_ECC_RESULT_FIXED) in ynandif_ReadChunkWithTagsFromNAND()
128 tags->ecc_result = YAFFS_ECC_RESULT_FIXED; in ynandif_ReadChunkWithTagsFromNAND()
130 tags->ecc_result = YAFFS_ECC_RESULT_NO_ERROR; in ynandif_ReadChunkWithTagsFromNAND()
H A Dyaffs_mtdif2.c157 && tags->ecc_result == YAFFS_ECC_RESULT_NO_ERROR) { in nandmtd2_read_chunk_tags()
158 tags->ecc_result = YAFFS_ECC_RESULT_UNFIXED; in nandmtd2_read_chunk_tags()
162 && tags->ecc_result == YAFFS_ECC_RESULT_NO_ERROR) { in nandmtd2_read_chunk_tags()
163 tags->ecc_result = YAFFS_ECC_RESULT_FIXED; in nandmtd2_read_chunk_tags()
H A Dyaffs_packedtags1.c50 t->ecc_result = YAFFS_ECC_RESULT_NO_ERROR; in yaffs_unpack_tags1()
H A Dyaffs_nand.c40 if (tags && tags->ecc_result > YAFFS_ECC_RESULT_NO_ERROR) { in yaffs_rd_chunk_tags_nand()
H A Dyaffs_checkptrw.c117 tags.ecc_result); in yaffs2_checkpt_find_block()
331 tags.ecc_result > YAFFS_ECC_RESULT_FIXED || in yaffs2_checkpt_rd()
H A Dyaffs_summary.c211 tags.ecc_result > YAFFS_ECC_RESULT_FIXED || in yaffs_summary_read()
H A Dyaffs_yaffs1.c101 if (tags.ecc_result == YAFFS_ECC_RESULT_UNFIXED || in yaffs1_scan()
H A Dyaffs_guts.h186 enum yaffs_ecc_result ecc_result; member
H A Dyaffs_yaffs2.c1017 } else if (tags.ecc_result == in yaffs2_scan_chunk()
H A Dyaffs_guts.c320 if (tags.ecc_result > YAFFS_ECC_RESULT_NO_ERROR) in yaffs_check_chunk_erased()
/openbmc/linux/include/linux/
H A Dccp.h587 u16 ecc_result; member
/openbmc/linux/drivers/mtd/nand/raw/
H A Dsh_flctl.c625 enum flctl_ecc_res_t ecc_result; in execmd_read_page_sector() local
643 ecc_result = read_ecfiforeg(flctl, in execmd_read_page_sector()
647 switch (ecc_result) { in execmd_read_page_sector()
/openbmc/linux/drivers/crypto/ccp/
H A Dccp-ops.c2250 ecc->ecc_result = le16_to_cpup( in ccp_run_ecc_mm_cmd()
2252 if (!(ecc->ecc_result & CCP_ECC_RESULT_SUCCESS)) { in ccp_run_ecc_mm_cmd()
2408 ecc->ecc_result = le16_to_cpup( in ccp_run_ecc_pm_cmd()
2410 if (!(ecc->ecc_result & CCP_ECC_RESULT_SUCCESS)) { in ccp_run_ecc_pm_cmd()
2444 ecc->ecc_result = 0; in ccp_run_ecc_cmd()