Searched refs:eccbytes (Results 1 - 25 of 27) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dsm_common.c14 .eccbytes = 6,
30 .eccbytes = 3,
H A Datmel_nand.c68 .eccbytes = 4,
81 .eccbytes = 4,
223 int eccbytes = chip->ecc.bytes; local
252 chip->read_buf(mtd, ecc_pos, eccbytes);
H A Dtxx9ndfmc.c193 int eccbytes; local
199 for (eccbytes = chip->ecc.bytes; eccbytes > 0; eccbytes -= 3) {
H A Dnand_base.c56 .eccbytes = 3,
66 .eccbytes = 6,
74 .eccbytes = 24,
85 .eccbytes = 48,
1083 int eccbytes = chip->ecc.bytes; local
1096 chip->read_buf(mtd, oob, eccbytes);
1097 oob += eccbytes;
1123 int eccbytes = chip->ecc.bytes; local
1132 for (i = 0; eccsteps; eccsteps--, i += eccbytes, p += eccsize)
1141 for (i = 0 ; eccsteps; eccsteps--, i += eccbytes,
1247 int eccbytes = chip->ecc.bytes; local
1297 int eccbytes = chip->ecc.bytes; local
1342 int eccbytes = chip->ecc.bytes; local
1912 int eccbytes = chip->ecc.bytes; local
1948 int eccbytes = chip->ecc.bytes; local
1974 int eccbytes = chip->ecc.bytes; local
2005 int eccbytes = chip->ecc.bytes; local
[all...]
H A Dsh_flctl.c37 .eccbytes = 10,
45 .eccbytes = 10,
347 int eccbytes = chip->ecc.bytes; local
352 for (i = 0; eccsteps; eccsteps--, i += eccbytes, p += eccsize)
355 for (i = 0; eccsteps; eccsteps--, i += eccbytes, p += eccsize) {
369 int eccbytes = chip->ecc.bytes; local
373 for (i = 0; eccsteps; eccsteps--, i += eccbytes, p += eccsize)
H A Djz4740_nand.c262 int eccbytes = chip->ecc.bytes; local
272 for (i = ecc_offset; eccsteps; eccsteps--, i += eccbytes, p += eccsize) {
292 int eccbytes = chip->ecc.bytes; local
297 for (i = ecc_offset; eccsteps; eccsteps--, i += eccbytes, p += eccsize) {
H A Dfsl_elbc_nand.c89 .eccbytes = 3,
96 .eccbytes = 3,
103 .eccbytes = 12,
110 .eccbytes = 12,
H A Dmxc_nand.c174 .eccbytes = 5,
180 .eccbytes = 20,
188 .eccbytes = 1 * 9,
199 .eccbytes = 4 * 9,
H A Dnomadik_nand.c49 .eccbytes = 3 * 4,
H A Ddavinci_nand.c518 .eccbytes = 10,
534 .eccbytes = 40,
H A Ddenali.c1386 .eccbytes = 14,
1391 .eccbytes = 26,
1626 denali->nand.ecc.layout->eccbytes *=
1629 denali->bbtskipbytes + denali->nand.ecc.layout->eccbytes;
1631 denali->mtd.oobsize - denali->nand.ecc.layout->eccbytes -
H A Drtc_from4.c144 .eccbytes = 32,
H A Dcafe_nand.c459 .eccbytes = 14,
494 .eccbytes = 14,
H A Dbf5xx_nand.c123 .eccbytes = 24,
H A Dpxa3xx_nand.c1163 .eccbytes = 6,
1169 .eccbytes = 24,
H A Ds3c2410.c68 .eccbytes = 3,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/mtd/
H A Dmtd-abi.h136 __u32 eccbytes; member in struct:nand_oobinfo
152 __u32 eccbytes; member in struct:nand_ecclayout
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dhndnand.h84 uint eccbytes; /* ECC code bytes per sector */ member in struct:hndnand
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/bcm947xx/nand/
H A Dbrcmnand.c195 DEBUG(MTD_DEBUG_LEVEL1, "%s: calc eccbytes %d\n", __func__, ecc_per_sec);
201 DEBUG(MTD_DEBUG_LEVEL1, "%s: table eccbytes %d\n", __func__,
231 layout->eccbytes = ecc_per_sec << brcmnand->sec_per_page_shift;
235 i < ARRAY_SIZE(layout->eccpos) && i < layout->eccbytes;
293 printk("Spare area=%d eccbytes %d, ecc bytes located at:\n",
294 brcmnand->mtd.oobsize, layout->eccbytes);
295 for (i = j = 0; i < ARRAY_SIZE(layout->eccpos) && i < layout->eccbytes; i++) {
H A Dbrcmnand_47xx.c125 .eccbytes = 24,
162 .eccbytes = 12,
192 .eccbytes = 3,
207 .eccbytes = 7,
219 .eccbytes = 7 * 8, /* 7 * 8 = 56 bytes */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/
H A Dmtdchar.c699 if (mtd->ecclayout->eccbytes > ARRAY_SIZE(oi.eccpos))
706 oi.eccbytes = mtd->ecclayout->eccbytes;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-brcm/
H A Dbcm5301x_nandc.c443 DEBUG(MTD_DEBUG_LEVEL1, "%s: calc eccbytes %d\n",
451 DEBUG(MTD_DEBUG_LEVEL1, "%s: table eccbytes %d\n",
483 layout->eccbytes = ecc_per_sec << ctrl->sec_per_page_shift ;
487 i < ARRAY_SIZE(layout->eccpos) && i < layout->eccbytes;
547 printk("Spare area=%d eccbytes %d, ecc bytes located at:\n",
548 ctrl->mtd.oobsize, layout->eccbytes );
549 for(i = j = 0; i<ARRAY_SIZE(layout->eccpos)&&i<layout->eccbytes; i++ ) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/47xxnand/
H A Dbrcmnand_47xx.c125 .eccbytes = 24,
162 .eccbytes = 12,
192 .eccbytes = 3,
207 .eccbytes = 7,
219 .eccbytes = 7 * 8, /* 7 * 8 = 56 bytes */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/
H A Dspitz.c762 .eccbytes = 24,
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dnandcore.c682 /* Adjusted sparesize and eccbytes if sectorsize is 1K */
685 nandcore.eccbytes = ((nandcore.ecclevel * 14 + 3) >> 2);
688 nandcore.eccbytes = ((nandcore.ecclevel * 14 + 7) >> 3);

Completed in 231 milliseconds

12