Home
last modified time | relevance | path

Searched refs:rp10 (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/mtd/nand/
Dnand_ecc.c169 uint32_t rp8, rp9, rp10, rp11, rp12, rp13, rp14, rp15, rp16; in __nand_calculate_ecc() local
180 rp10 = 0; in __nand_calculate_ecc()
221 rp10 ^= tmppar; in __nand_calculate_ecc()
277 rp10 ^= (rp10 >> 16); in __nand_calculate_ecc()
278 rp10 ^= (rp10 >> 8); in __nand_calculate_ecc()
279 rp10 &= 0xff; in __nand_calculate_ecc()
344 rp11 = (par ^ rp10) & 0xff; in __nand_calculate_ecc()
372 (invparity[rp10] << 2) | in __nand_calculate_ecc()
391 (invparity[rp10] << 2) | in __nand_calculate_ecc()
/linux-3.4.99/Documentation/mtd/
Dnand_ecc.txt79 rp10 covers 32 bytes then skips 32 etc
90 ECC 1 rp15 rp14 rp13 rp12 rp11 rp10 rp09 rp08
130 rp10 = bit7 ^ bit6 ^ bit5 ^ bit4 ^ bit3 ^ bit2 ^ bit1 ^ bit0 ^ rp10;
195 unsigned char rp8, rp9, rp10, rp11, rp12, rp13, rp14, rp15;
201 rp8 = 0; rp9 = 0; rp10 = 0; rp11 = 0;
213 if (i & 0x20) rp11 ^= cur; else rp10 ^= cur;
232 (parity[rp10] << 2) |
304 unsigned long rp8, rp9, rp10, rp11, rp12, rp13, rp14, rp15;
310 rp8 = 0; rp9 = 0; rp10 = 0; rp11 = 0;
320 if (i & 0x08) rp11 ^= cur; else rp10 ^= cur;
[all …]