Searched refs:ecc_size (Results 1 – 8 of 8) sorted by relevance
| /linux/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() 184 par += prz->ecc_info.ecc_size; in persistent_ram_ecc_old() [all …]
|
| H A D | ram.c | 694 parse_u32("ecc-size", pdata->ecc_info.ecc_size, 0); in ramoops_parse_dt() 714 !pdata->pmsg_size && !pdata->ecc_info.ecc_size) { in ramoops_parse_dt() 868 ramoops_ecc = pdata->ecc_info.ecc_size; in ramoops_probe() 872 cxt->ecc_info.ecc_size); in ramoops_probe() 967 pdata.ecc_info.ecc_size = ramoops_ecc == 1 ? 16 : ramoops_ecc; in ramoops_register_dummy()
|
| /linux/drivers/platform/chrome/ |
| H A D | chromeos_pstore.c | 12 static int ecc_size; variable 13 module_param(ecc_size, int, 0400); 14 MODULE_PARM_DESC(ecc_size, "ECC parity data size in bytes. A positive value enables ECC for the ram… 124 if (ecc_size > 0) in chromeos_pstore_init() 125 chromeos_ramoops_data.ecc_info.ecc_size = ecc_size; in chromeos_pstore_init()
|
| /linux/include/linux/ |
| H A D | pstore_ram.h | 15 int ecc_size; member
|
| /linux/drivers/mtd/nand/raw/ |
| 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 | 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 | 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() 521 offset = (err_sector * ecc_size + err_byte) * in denali_sw_ecc_fixup()
|