/kernel/linux/linux-5.10/fs/pstore/ |
H A D | ram_core.c | 105 prz->ecc_info.ecc_size * sizeof(prz->ecc_info.par[0])); in persistent_ram_encode_rs8() 107 for (i = 0; i < prz->ecc_info.ecc_size; i++) in persistent_ram_encode_rs8() 116 for (i = 0; i < prz->ecc_info.ecc_size; i++) in persistent_ram_decode_rs8() 130 int ecc_size = prz->ecc_info.ecc_size; in persistent_ram_update_ecc() local 133 if (!ecc_size) in persistent_ram_update_ecc() 137 par = prz->par_buffer + (start / ecc_block_size) * ecc_size; in persistent_ram_update_ecc() 144 par += ecc_size; in persistent_ram_update_ecc() 152 if (!prz->ecc_info.ecc_size) in persistent_ram_update_header_ecc() 165 if (!prz->ecc_info.ecc_size) in persistent_ram_ecc_old() [all...] |
H A D | ram.c | 698 parse_u32("ecc-size", pdata->ecc_info.ecc_size, 0); in ramoops_parse_dt() 718 !pdata->pmsg_size && !pdata->ecc_info.ecc_size && in ramoops_parse_dt() 892 cxt->ecc_info.ecc_size); in ramoops_probe() 988 pdata.ecc_info.ecc_size = ramoops_ecc == 1 ? 16 : ramoops_ecc; in ramoops_register_dummy()
|
/kernel/linux/linux-6.6/fs/pstore/ |
H A D | ram_core.c | 105 prz->ecc_info.ecc_size * sizeof(prz->ecc_info.par[0])); in persistent_ram_encode_rs8() 107 for (i = 0; i < prz->ecc_info.ecc_size; i++) in persistent_ram_encode_rs8() 116 for (i = 0; i < prz->ecc_info.ecc_size; i++) in persistent_ram_decode_rs8() 130 int ecc_size = prz->ecc_info.ecc_size; in persistent_ram_update_ecc() local 133 if (!ecc_size) in persistent_ram_update_ecc() 137 par = prz->par_buffer + (start / ecc_block_size) * ecc_size; in persistent_ram_update_ecc() 144 par += ecc_size; in persistent_ram_update_ecc() 152 if (!prz->ecc_info.ecc_size) in persistent_ram_update_header_ecc() 165 if (!prz->ecc_info.ecc_size) in persistent_ram_ecc_old() [all...] |
H A D | ram.c | 690 parse_u32("ecc-size", pdata->ecc_info.ecc_size, 0); in ramoops_parse_dt() 710 !pdata->pmsg_size && !pdata->ecc_info.ecc_size) { in ramoops_parse_dt() 866 cxt->ecc_info.ecc_size); in ramoops_probe() 950 pdata.ecc_info.ecc_size = ramoops_ecc == 1 ? 16 : ramoops_ecc; in ramoops_register_dummy()
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | tango_nand.c | 201 const int ecc_size = chip->ecc.bytes; in check_erased_page() local 207 res = nand_check_erased_ecc_chunk(buf, pkt_size, ecc, ecc_size, in check_erased_page() 217 ecc += ecc_size; in check_erased_page() 405 const int ecc_size = chip->ecc.bytes; in raw_read() local 417 aux_read(chip, &oob, ecc_size, &pos); in raw_read() 424 aux_read(chip, &oob, ecc_size, &pos); in raw_read() 432 const int ecc_size = chip->ecc.bytes; in raw_write() local 444 aux_write(chip, &oob, ecc_size, &pos); in raw_write() 451 aux_write(chip, &oob, ecc_size, &pos); in raw_write()
|
H A D | cadence-nand-controller.c | 1512 int ecc_size = chip->ecc.size; in cadence_nand_write_page_raw() local 1536 pos = i * (ecc_size + ecc_bytes); in cadence_nand_write_page_raw() 1537 len = ecc_size; in cadence_nand_write_page_raw() 1546 if (len < ecc_size) { in cadence_nand_write_page_raw() 1547 len = ecc_size - len; in cadence_nand_write_page_raw() 1571 pos = ecc_size + i * (ecc_size + ecc_bytes); in cadence_nand_write_page_raw() 1705 int ecc_size = chip->ecc.size; in cadence_nand_read_page_raw() local 1737 pos = i * (ecc_size + ecc_bytes); in cadence_nand_read_page_raw() 1738 len = ecc_size; in cadence_nand_read_page_raw() 2602 u32 ecc_size; cadence_nand_attach_chip() local [all...] |
H A D | mtk_nand.c | 122 u32 ecc_size; member 381 fmt |= mtk_nand->fdm.ecc_size << PAGEFMT_FDM_ECC_SHIFT; in mtk_nfc_hw_runtime_config() 385 nfc->ecc_cfg.len = chip->ecc.size + mtk_nand->fdm.ecc_size; in mtk_nfc_hw_runtime_config() 1161 oob_region->length = fdm->reg_size - fdm->ecc_size; in mtk_nfc_ooblayout_free() 1162 oob_region->offset = section * fdm->reg_size + fdm->ecc_size; in mtk_nfc_ooblayout_free() 1204 fdm->ecc_size = 1; in mtk_nfc_set_fdm()
|
H A D | denali.c | 478 unsigned int ecc_size = chip->ecc.size; in denali_sw_ecc_fixup() local 510 } else if (err_byte < ecc_size) { in denali_sw_ecc_fixup() 512 * If err_byte is larger than ecc_size, means error in denali_sw_ecc_fixup() 521 offset = (err_sector * ecc_size + err_byte) * in denali_sw_ecc_fixup()
|
H A D | fsl_ifc_nand.c | 642 const int ecc_size = chip->ecc.bytes; in check_erased_page() local 651 res = nand_check_erased_ecc_chunk(buf, pkt_size, ecc, ecc_size, in check_erased_page() 661 ecc += ecc_size; in check_erased_page()
|
H A D | omap2.c | 1569 int ecc_size = chip->ecc.size; in omap_write_subpage_bch() local 1572 u32 start_step = offset / ecc_size; in omap_write_subpage_bch() 1573 u32 end_step = (offset + data_len - 1) / ecc_size; in omap_write_subpage_bch() 1600 buf += ecc_size; in omap_write_subpage_bch()
|
H A D | nand_base.c | 3783 int ecc_size = chip->ecc.size; in nand_write_subpage_hwecc() local 3786 uint32_t start_step = offset / ecc_size; in nand_write_subpage_hwecc() 3787 uint32_t end_step = (offset + data_len - 1) / ecc_size; in nand_write_subpage_hwecc() 3800 ret = nand_write_data_op(chip, buf, ecc_size, false); in nand_write_subpage_hwecc() 3815 buf += ecc_size; in nand_write_subpage_hwecc()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | pstore_ram.h | 15 int ecc_size; member
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | cadence-nand-controller.c | 1520 int ecc_size = chip->ecc.size; in cadence_nand_write_page_raw() local 1544 pos = i * (ecc_size + ecc_bytes); in cadence_nand_write_page_raw() 1545 len = ecc_size; in cadence_nand_write_page_raw() 1554 if (len < ecc_size) { in cadence_nand_write_page_raw() 1555 len = ecc_size - len; in cadence_nand_write_page_raw() 1579 pos = ecc_size + i * (ecc_size + ecc_bytes); in cadence_nand_write_page_raw() 1713 int ecc_size = chip->ecc.size; in cadence_nand_read_page_raw() local 1745 pos = i * (ecc_size + ecc_bytes); in cadence_nand_read_page_raw() 1746 len = ecc_size; in cadence_nand_read_page_raw() 2645 u32 ecc_size; cadence_nand_attach_chip() local [all...] |
H A D | intel-nand-controller.c | 451 u32 ecc_size = chip->ecc.size; in ebu_nand_attach_chip() local 460 switch (ecc_size) { in ebu_nand_attach_chip() 487 ecc_bytes = DIV_ROUND_UP(ecc_strength_ds * fls(8 * ecc_size), 8); in ebu_nand_attach_chip() 489 ecc_steps = writesize / ecc_size; in ebu_nand_attach_chip()
|
H A D | mtk_nand.c | 121 u32 ecc_size; member 380 fmt |= mtk_nand->fdm.ecc_size << PAGEFMT_FDM_ECC_SHIFT; in mtk_nfc_hw_runtime_config() 384 nfc->ecc_cfg.len = chip->ecc.size + mtk_nand->fdm.ecc_size; in mtk_nfc_hw_runtime_config() 1134 oob_region->length = fdm->reg_size - fdm->ecc_size; in mtk_nfc_ooblayout_free() 1135 oob_region->offset = section * fdm->reg_size + fdm->ecc_size; in mtk_nfc_ooblayout_free() 1177 fdm->ecc_size = 1; in mtk_nfc_set_fdm()
|
H A D | denali.c | 478 unsigned int ecc_size = chip->ecc.size; in denali_sw_ecc_fixup() local 510 } else if (err_byte < ecc_size) { in denali_sw_ecc_fixup() 512 * If err_byte is larger than ecc_size, means error in denali_sw_ecc_fixup() 521 offset = (err_sector * ecc_size + err_byte) * in denali_sw_ecc_fixup()
|
H A D | fsl_ifc_nand.c | 642 const int ecc_size = chip->ecc.bytes; in check_erased_page() local 651 res = nand_check_erased_ecc_chunk(buf, pkt_size, ecc, ecc_size, in check_erased_page() 661 ecc += ecc_size; in check_erased_page()
|
H A D | omap2.c | 1444 int ecc_size = chip->ecc.size; in omap_write_subpage_bch() local 1446 u32 start_step = offset / ecc_size; in omap_write_subpage_bch() 1447 u32 end_step = (offset + data_len - 1) / ecc_size; in omap_write_subpage_bch() 1480 bufoffs + (step * ecc_size), in omap_write_subpage_bch()
|
H A D | nand_base.c | 4233 int ecc_size = chip->ecc.size; in nand_write_subpage_hwecc() local 4236 uint32_t start_step = offset / ecc_size; in nand_write_subpage_hwecc() 4237 uint32_t end_step = (offset + data_len - 1) / ecc_size; in nand_write_subpage_hwecc() 4250 ret = nand_write_data_op(chip, buf, ecc_size, false); in nand_write_subpage_hwecc() 4265 buf += ecc_size; in nand_write_subpage_hwecc()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | pstore_ram.h | 36 int ecc_size; member
|