Home | History | Annotate | Download | only in nand

Lines Matching defs:errloc

25  * @errloc:    error location array
31 unsigned int *errloc;
72 unsigned int *errloc = nbc->errloc;
76 NULL, errloc);
79 if (errloc[i] < (chip->ecc.size*8))
81 buf[errloc[i] >> 3] ^= (1 << (errloc[i] & 7));
85 __func__, errloc[i]);
192 nbc->errloc = kmalloc(t*sizeof(*nbc->errloc), GFP_KERNEL);
193 if (!nbc->eccmask || !nbc->errloc)
227 kfree(nbc->errloc);