/linux-5.19.10/drivers/mtd/nand/raw/ |
D | sm_common.c | 13 struct mtd_oob_region *oobregion) in oob_sm_ooblayout_ecc() argument 18 oobregion->length = 3; in oob_sm_ooblayout_ecc() 19 oobregion->offset = ((section + 1) * 8) - 3; in oob_sm_ooblayout_ecc() 25 struct mtd_oob_region *oobregion) in oob_sm_ooblayout_free() argument 30 oobregion->offset = 0; in oob_sm_ooblayout_free() 31 oobregion->length = 4; in oob_sm_ooblayout_free() 35 oobregion->offset = 6; in oob_sm_ooblayout_free() 36 oobregion->length = 2; in oob_sm_ooblayout_free() 40 oobregion->offset = 11; in oob_sm_ooblayout_free() 41 oobregion->length = 2; in oob_sm_ooblayout_free() [all …]
|
D | nand_micron.c | 102 struct mtd_oob_region *oobregion) in micron_nand_on_die_4_ooblayout_ecc() argument 107 oobregion->offset = (section * 16) + 8; in micron_nand_on_die_4_ooblayout_ecc() 108 oobregion->length = 8; in micron_nand_on_die_4_ooblayout_ecc() 115 struct mtd_oob_region *oobregion) in micron_nand_on_die_4_ooblayout_free() argument 120 oobregion->offset = (section * 16) + 2; in micron_nand_on_die_4_ooblayout_free() 121 oobregion->length = 6; in micron_nand_on_die_4_ooblayout_free() 133 struct mtd_oob_region *oobregion) in micron_nand_on_die_8_ooblayout_ecc() argument 140 oobregion->offset = mtd->oobsize - chip->ecc.total; in micron_nand_on_die_8_ooblayout_ecc() 141 oobregion->length = chip->ecc.total; in micron_nand_on_die_8_ooblayout_ecc() 148 struct mtd_oob_region *oobregion) in micron_nand_on_die_8_ooblayout_free() argument [all …]
|
D | fsmc_nand.c | 168 struct mtd_oob_region *oobregion) in fsmc_ecc1_ooblayout_ecc() argument 175 oobregion->offset = (section * 16) + 2; in fsmc_ecc1_ooblayout_ecc() 176 oobregion->length = 3; in fsmc_ecc1_ooblayout_ecc() 182 struct mtd_oob_region *oobregion) in fsmc_ecc1_ooblayout_free() argument 189 oobregion->offset = (section * 16) + 8; in fsmc_ecc1_ooblayout_free() 192 oobregion->length = 8; in fsmc_ecc1_ooblayout_free() 194 oobregion->length = mtd->oobsize - oobregion->offset; in fsmc_ecc1_ooblayout_free() 211 struct mtd_oob_region *oobregion) in fsmc_ecc4_ooblayout_ecc() argument 218 oobregion->length = chip->ecc.bytes; in fsmc_ecc4_ooblayout_ecc() 221 oobregion->offset = 0; in fsmc_ecc4_ooblayout_ecc() [all …]
|
D | davinci_nand.c | 381 struct mtd_oob_region *oobregion) in hwecc4_ooblayout_small_ecc() argument 387 oobregion->offset = 0; in hwecc4_ooblayout_small_ecc() 388 oobregion->length = 5; in hwecc4_ooblayout_small_ecc() 390 oobregion->offset = 6; in hwecc4_ooblayout_small_ecc() 391 oobregion->length = 2; in hwecc4_ooblayout_small_ecc() 393 oobregion->offset = 13; in hwecc4_ooblayout_small_ecc() 394 oobregion->length = 3; in hwecc4_ooblayout_small_ecc() 401 struct mtd_oob_region *oobregion) in hwecc4_ooblayout_small_free() argument 407 oobregion->offset = 8; in hwecc4_ooblayout_small_free() 408 oobregion->length = 5; in hwecc4_ooblayout_small_free() [all …]
|
D | lpc32xx_slc.c | 139 struct mtd_oob_region *oobregion) in lpc32xx_ooblayout_ecc() argument 144 oobregion->length = 6; in lpc32xx_ooblayout_ecc() 145 oobregion->offset = 10; in lpc32xx_ooblayout_ecc() 151 struct mtd_oob_region *oobregion) in lpc32xx_ooblayout_free() argument 157 oobregion->offset = 0; in lpc32xx_ooblayout_free() 158 oobregion->length = 4; in lpc32xx_ooblayout_free() 160 oobregion->offset = 6; in lpc32xx_ooblayout_free() 161 oobregion->length = 4; in lpc32xx_ooblayout_free() 606 struct mtd_oob_region oobregion = { }; in lpc32xx_nand_read_page_syndrome() local 623 error = mtd_ooblayout_ecc(mtd, 0, &oobregion); in lpc32xx_nand_read_page_syndrome() [all …]
|
D | fsl_ifc_nand.c | 84 struct mtd_oob_region *oobregion) in fsl_ifc_ooblayout_ecc() argument 91 oobregion->offset = 8; in fsl_ifc_ooblayout_ecc() 92 oobregion->length = chip->ecc.total; in fsl_ifc_ooblayout_ecc() 98 struct mtd_oob_region *oobregion) in fsl_ifc_ooblayout_free() argument 108 oobregion->offset = 0; in fsl_ifc_ooblayout_free() 109 oobregion->length = 5; in fsl_ifc_ooblayout_free() 111 oobregion->offset = 6; in fsl_ifc_ooblayout_free() 112 oobregion->length = 2; in fsl_ifc_ooblayout_free() 119 oobregion->offset = 2; in fsl_ifc_ooblayout_free() 120 oobregion->length = 6; in fsl_ifc_ooblayout_free() [all …]
|
D | mxc_nand.c | 1004 struct mtd_oob_region *oobregion) in mxc_v1_ooblayout_ecc() argument 1011 oobregion->offset = (section * 16) + 6; in mxc_v1_ooblayout_ecc() 1012 oobregion->length = MXC_V1_ECCBYTES; in mxc_v1_ooblayout_ecc() 1018 struct mtd_oob_region *oobregion) in mxc_v1_ooblayout_free() argument 1027 oobregion->offset = 0; in mxc_v1_ooblayout_free() 1028 oobregion->length = 5; in mxc_v1_ooblayout_free() 1030 oobregion->offset = 2; in mxc_v1_ooblayout_free() 1031 oobregion->length = 4; in mxc_v1_ooblayout_free() 1034 oobregion->offset = ((section - 1) * 16) + MXC_V1_ECCBYTES + 6; in mxc_v1_ooblayout_free() 1036 oobregion->length = (section * 16) + 6 - in mxc_v1_ooblayout_free() [all …]
|
D | fsl_elbc_nand.c | 69 struct mtd_oob_region *oobregion) in fsl_elbc_ooblayout_ecc() argument 77 oobregion->offset = (16 * section) + 6; in fsl_elbc_ooblayout_ecc() 79 oobregion->offset += 2; in fsl_elbc_ooblayout_ecc() 81 oobregion->length = chip->ecc.bytes; in fsl_elbc_ooblayout_ecc() 87 struct mtd_oob_region *oobregion) in fsl_elbc_ooblayout_free() argument 96 oobregion->offset = 0; in fsl_elbc_ooblayout_free() 98 oobregion->offset++; in fsl_elbc_ooblayout_free() 99 oobregion->length = (priv->fmr & FMR_ECCM) ? 7 : 5; in fsl_elbc_ooblayout_free() 101 oobregion->offset = (16 * section) - in fsl_elbc_ooblayout_free() 104 oobregion->length = 13; in fsl_elbc_ooblayout_free() [all …]
|
D | sh_flctl.c | 33 struct mtd_oob_region *oobregion) in flctl_4secc_ooblayout_sp_ecc() argument 40 oobregion->offset = 0; in flctl_4secc_ooblayout_sp_ecc() 41 oobregion->length = chip->ecc.bytes; in flctl_4secc_ooblayout_sp_ecc() 47 struct mtd_oob_region *oobregion) in flctl_4secc_ooblayout_sp_free() argument 52 oobregion->offset = 12; in flctl_4secc_ooblayout_sp_free() 53 oobregion->length = 4; in flctl_4secc_ooblayout_sp_free() 64 struct mtd_oob_region *oobregion) in flctl_4secc_ooblayout_lp_ecc() argument 71 oobregion->offset = (section * 16) + 6; in flctl_4secc_ooblayout_lp_ecc() 72 oobregion->length = chip->ecc.bytes; in flctl_4secc_ooblayout_lp_ecc() 78 struct mtd_oob_region *oobregion) in flctl_4secc_ooblayout_lp_free() argument [all …]
|
D | intel-nand-controller.c | 240 struct mtd_oob_region *oobregion) in ebu_nand_ooblayout_ecc() argument 247 oobregion->offset = HSNAND_ECC_OFFSET; in ebu_nand_ooblayout_ecc() 248 oobregion->length = chip->ecc.total; in ebu_nand_ooblayout_ecc() 254 struct mtd_oob_region *oobregion) in ebu_nand_ooblayout_free() argument 261 oobregion->offset = chip->ecc.total + HSNAND_ECC_OFFSET; in ebu_nand_ooblayout_free() 262 oobregion->length = mtd->oobsize - oobregion->offset; in ebu_nand_ooblayout_free()
|
D | lpc32xx_mlc.c | 131 struct mtd_oob_region *oobregion) in lpc32xx_ooblayout_ecc() argument 138 oobregion->offset = ((section + 1) * 16) - nand_chip->ecc.bytes; in lpc32xx_ooblayout_ecc() 139 oobregion->length = nand_chip->ecc.bytes; in lpc32xx_ooblayout_ecc() 145 struct mtd_oob_region *oobregion) in lpc32xx_ooblayout_free() argument 152 oobregion->offset = 16 * section; in lpc32xx_ooblayout_free() 153 oobregion->length = 16 - nand_chip->ecc.bytes; in lpc32xx_ooblayout_free()
|
D | cafe_nand.c | 451 struct mtd_oob_region *oobregion) in cafe_ooblayout_ecc() argument 458 oobregion->offset = 0; in cafe_ooblayout_ecc() 459 oobregion->length = chip->ecc.total; in cafe_ooblayout_ecc() 465 struct mtd_oob_region *oobregion) in cafe_ooblayout_free() argument 472 oobregion->offset = chip->ecc.total; in cafe_ooblayout_free() 473 oobregion->length = mtd->oobsize - chip->ecc.total; in cafe_ooblayout_free()
|
D | omap2.c | 1725 struct mtd_oob_region *oobregion) in omap_ooblayout_ecc() argument 1738 oobregion->offset = off; in omap_ooblayout_ecc() 1739 oobregion->length = chip->ecc.total; in omap_ooblayout_ecc() 1745 struct mtd_oob_region *oobregion) in omap_ooblayout_free() argument 1762 oobregion->offset = off; in omap_ooblayout_free() 1763 oobregion->length = mtd->oobsize - off; in omap_ooblayout_free() 1774 struct mtd_oob_region *oobregion) in omap_sw_ooblayout_ecc() argument 1788 oobregion->offset = off + (section * (ecc_bytes + 1)); in omap_sw_ooblayout_ecc() 1789 oobregion->length = ecc_bytes; in omap_sw_ooblayout_ecc() 1795 struct mtd_oob_region *oobregion) in omap_sw_ooblayout_free() argument [all …]
|
D | s3c2410.c | 75 struct mtd_oob_region *oobregion) in s3c2410_ooblayout_ecc() argument 80 oobregion->offset = 0; in s3c2410_ooblayout_ecc() 81 oobregion->length = 3; in s3c2410_ooblayout_ecc() 87 struct mtd_oob_region *oobregion) in s3c2410_ooblayout_free() argument 92 oobregion->offset = 8; in s3c2410_ooblayout_free() 93 oobregion->length = 8; in s3c2410_ooblayout_free()
|
D | tegra_nand.c | 204 struct mtd_oob_region *oobregion) in tegra_nand_ooblayout_rs_ecc() argument 213 oobregion->offset = SKIP_SPARE_BYTES; in tegra_nand_ooblayout_rs_ecc() 214 oobregion->length = round_up(bytes_per_step * chip->ecc.steps, 4); in tegra_nand_ooblayout_rs_ecc() 220 struct mtd_oob_region *oobregion) in tegra_nand_ooblayout_no_free() argument 231 struct mtd_oob_region *oobregion) in tegra_nand_ooblayout_bch_ecc() argument 240 oobregion->offset = SKIP_SPARE_BYTES; in tegra_nand_ooblayout_bch_ecc() 241 oobregion->length = round_up(bytes_per_step * chip->ecc.steps, 4); in tegra_nand_ooblayout_bch_ecc()
|
D | diskonchip.c | 811 struct mtd_oob_region *oobregion) in doc200x_ooblayout_ecc() argument 816 oobregion->offset = 0; in doc200x_ooblayout_ecc() 817 oobregion->length = 6; in doc200x_ooblayout_ecc() 823 struct mtd_oob_region *oobregion) in doc200x_ooblayout_free() argument 841 oobregion->offset = 8; in doc200x_ooblayout_free() 842 oobregion->length = 8; in doc200x_ooblayout_free() 844 oobregion->offset = 6; in doc200x_ooblayout_free() 845 oobregion->length = 2; in doc200x_ooblayout_free()
|
/linux-5.19.10/drivers/mtd/nand/ |
D | ecc.c | 164 struct mtd_oob_region *oobregion) in nand_ooblayout_ecc_sp() argument 173 oobregion->offset = 0; in nand_ooblayout_ecc_sp() 175 oobregion->length = 4; in nand_ooblayout_ecc_sp() 177 oobregion->length = 3; in nand_ooblayout_ecc_sp() 182 oobregion->offset = 6; in nand_ooblayout_ecc_sp() 183 oobregion->length = total_ecc_bytes - 4; in nand_ooblayout_ecc_sp() 190 struct mtd_oob_region *oobregion) in nand_ooblayout_free_sp() argument 199 oobregion->length = 8; in nand_ooblayout_free_sp() 200 oobregion->offset = 8; in nand_ooblayout_free_sp() 202 oobregion->length = 2; in nand_ooblayout_free_sp() [all …]
|
D | ecc-mxic.c | 135 struct mtd_oob_region *oobregion) in mxic_ecc_ooblayout_ecc() argument 143 oobregion->offset = (section * ctx->oob_step_sz) + ctx->meta_sz; in mxic_ecc_ooblayout_ecc() 144 oobregion->length = ctx->parity_sz; in mxic_ecc_ooblayout_ecc() 150 struct mtd_oob_region *oobregion) in mxic_ecc_ooblayout_free() argument 159 oobregion->offset = 2; in mxic_ecc_ooblayout_free() 160 oobregion->length = ctx->meta_sz - 2; in mxic_ecc_ooblayout_free() 162 oobregion->offset = section * ctx->oob_step_sz; in mxic_ecc_ooblayout_free() 163 oobregion->length = ctx->meta_sz; in mxic_ecc_ooblayout_free()
|
/linux-5.19.10/drivers/mtd/nand/raw/ingenic/ |
D | ingenic_nand_drv.c | 73 struct mtd_oob_region *oobregion) in qi_lb60_ooblayout_ecc() argument 81 oobregion->length = ecc->total; in qi_lb60_ooblayout_ecc() 82 oobregion->offset = 12; in qi_lb60_ooblayout_ecc() 88 struct mtd_oob_region *oobregion) in qi_lb60_ooblayout_free() argument 96 oobregion->length = mtd->oobsize - ecc->total - 12; in qi_lb60_ooblayout_free() 97 oobregion->offset = 12 + ecc->total; in qi_lb60_ooblayout_free() 108 struct mtd_oob_region *oobregion) in jz4725b_ooblayout_ecc() argument 116 oobregion->length = ecc->total; in jz4725b_ooblayout_ecc() 117 oobregion->offset = 3; in jz4725b_ooblayout_ecc() 123 struct mtd_oob_region *oobregion) in jz4725b_ooblayout_free() argument [all …]
|
/linux-5.19.10/arch/arm/mach-pxa/ |
D | spitz.c | 772 struct mtd_oob_region *oobregion) in akita_ooblayout_ecc() argument 779 oobregion->offset = 5; in akita_ooblayout_ecc() 780 oobregion->length = 1; in akita_ooblayout_ecc() 784 oobregion->offset = 1; in akita_ooblayout_ecc() 785 oobregion->length = 3; in akita_ooblayout_ecc() 789 oobregion->offset = 6; in akita_ooblayout_ecc() 790 oobregion->length = 2; in akita_ooblayout_ecc() 794 oobregion->offset += (section / 3) * 0x10; in akita_ooblayout_ecc() 800 struct mtd_oob_region *oobregion) in akita_ooblayout_free() argument 805 oobregion->offset = 8; in akita_ooblayout_free() [all …]
|
/linux-5.19.10/drivers/mtd/ |
D | mtdchar.c | 446 struct mtd_oob_region oobregion; in shrink_ecclayout() local 458 ret = mtd_ooblayout_ecc(mtd, section++, &oobregion); in shrink_ecclayout() 466 eccpos = oobregion.offset; in shrink_ecclayout() 468 eccpos < oobregion.offset + oobregion.length; i++) { in shrink_ecclayout() 475 ret = mtd_ooblayout_free(mtd, i, &oobregion); in shrink_ecclayout() 483 to->oobfree[i].offset = oobregion.offset; in shrink_ecclayout() 484 to->oobfree[i].length = oobregion.length; in shrink_ecclayout() 493 struct mtd_oob_region oobregion; in get_oobinfo() local 505 ret = mtd_ooblayout_ecc(mtd, section++, &oobregion); in get_oobinfo() 513 if (oobregion.length + i > ARRAY_SIZE(to->eccpos)) in get_oobinfo() [all …]
|
D | mtdcore.c | 1698 int *sectionp, struct mtd_oob_region *oobregion, in mtd_ooblayout_find_region() argument 1701 struct mtd_oob_region *oobregion)) in mtd_ooblayout_find_region() 1705 memset(oobregion, 0, sizeof(*oobregion)); in mtd_ooblayout_find_region() 1708 ret = iter(mtd, section, oobregion); in mtd_ooblayout_find_region() 1712 if (pos + oobregion->length > byte) in mtd_ooblayout_find_region() 1715 pos += oobregion->length; in mtd_ooblayout_find_region() 1723 oobregion->offset += byte - pos; in mtd_ooblayout_find_region() 1724 oobregion->length -= byte - pos; in mtd_ooblayout_find_region() 1745 struct mtd_oob_region *oobregion) in mtd_ooblayout_find_eccregion() argument 1747 return mtd_ooblayout_find_region(mtd, eccbyte, section, oobregion, in mtd_ooblayout_find_eccregion() [all …]
|
/linux-5.19.10/drivers/mtd/nand/spi/ |
D | gigadevice.c | 156 struct mtd_oob_region *oobregion) in gd5fxgq4xc_ooblayout_256_ecc() argument 161 oobregion->offset = 128; in gd5fxgq4xc_ooblayout_256_ecc() 162 oobregion->length = 128; in gd5fxgq4xc_ooblayout_256_ecc() 168 struct mtd_oob_region *oobregion) in gd5fxgq4xc_ooblayout_256_free() argument 173 oobregion->offset = 1; in gd5fxgq4xc_ooblayout_256_free() 174 oobregion->length = 127; in gd5fxgq4xc_ooblayout_256_free()
|
/linux-5.19.10/drivers/mtd/nand/raw/brcmnand/ |
D | brcmnand.c | 1173 struct mtd_oob_region *oobregion) in brcmnand_hamming_ooblayout_ecc() argument 1184 oobregion->offset = (section * sas) + 6; in brcmnand_hamming_ooblayout_ecc() 1185 oobregion->length = 3; in brcmnand_hamming_ooblayout_ecc() 1191 struct mtd_oob_region *oobregion) in brcmnand_hamming_ooblayout_free() argument 1208 oobregion->offset = ((section - 1) * sas) + 9; in brcmnand_hamming_ooblayout_free() 1212 oobregion->offset = 2; in brcmnand_hamming_ooblayout_free() 1215 oobregion->offset = 0; in brcmnand_hamming_ooblayout_free() 1220 oobregion->length = next - oobregion->offset; in brcmnand_hamming_ooblayout_free() 1231 struct mtd_oob_region *oobregion) in brcmnand_bch_ooblayout_ecc() argument 1242 oobregion->offset = ((section + 1) * sas) - chip->ecc.bytes; in brcmnand_bch_ooblayout_ecc() [all …]
|
/linux-5.19.10/drivers/mtd/nand/onenand/ |
D | onenand_base.c | 67 struct mtd_oob_region *oobregion) in flexonenand_ooblayout_ecc() argument 72 oobregion->offset = (section * 16) + 6; in flexonenand_ooblayout_ecc() 73 oobregion->length = 10; in flexonenand_ooblayout_ecc() 79 struct mtd_oob_region *oobregion) in flexonenand_ooblayout_free() argument 84 oobregion->offset = (section * 16) + 2; in flexonenand_ooblayout_free() 85 oobregion->length = 4; in flexonenand_ooblayout_free() 103 struct mtd_oob_region *oobregion) in onenand_ooblayout_128_ecc() argument 108 oobregion->offset = (section * 16) + 7; in onenand_ooblayout_128_ecc() 109 oobregion->length = 9; in onenand_ooblayout_128_ecc() 115 struct mtd_oob_region *oobregion) in onenand_ooblayout_128_free() argument [all …]
|