Home
last modified time | relevance | path

Searched refs:rp2 (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/mtd/nand/
Dnand_ecc.c167 uint32_t rp0, rp1, rp2, rp3, rp4, rp5, rp6, rp7; in __nand_calculate_ecc() local
302 rp2 = (par >> 16); in __nand_calculate_ecc()
303 rp2 ^= (rp2 >> 8); in __nand_calculate_ecc()
304 rp2 &= 0xff; in __nand_calculate_ecc()
312 rp2 = par & 0xffff; in __nand_calculate_ecc()
313 rp2 ^= (rp2 >> 8); in __nand_calculate_ecc()
314 rp2 &= 0xff; in __nand_calculate_ecc()
362 (invparity[rp2] << 2) | in __nand_calculate_ecc()
381 (invparity[rp2] << 2) | in __nand_calculate_ecc()
/linux-4.4.14/Documentation/mtd/
Dnand_ecc.txt40 byte 0: bit7 bit6 bit5 bit4 bit3 bit2 bit1 bit0 rp0 rp2 rp4 ... rp14
41 byte 1: bit7 bit6 bit5 bit4 bit3 bit2 bit1 bit0 rp1 rp2 rp4 ... rp14
44 byte 4: bit7 bit6 bit5 bit4 bit3 bit2 bit1 bit0 rp0 rp2 rp5 ... rp14
68 rp2 is the parity of all bytes 0, 1, 4, 5, 8, 9, ...
70 rp3 is covers the half rp2 does not cover (bytes 2, 3, 6, 7, 10, 11, ...)
114 rp2 = bit7 ^ bit6 ^ bit5 ^ bit4 ^ bit3 ^ bit2 ^ bit1 ^ bit0 ^ rp2;
194 unsigned char rp0, rp1, rp2, rp3, rp4, rp5, rp6, rp7;
199 rp0 = 0; rp1 = 0; rp2 = 0; rp3 = 0;
209 if (i & 0x02) rp3 ^= cur; else rp2 ^= cur;
223 (parity[rp2] << 2) |
[all …]
/linux-4.4.14/kernel/
Dtest_kprobes.c299 static struct kretprobe rp2 = { variable
308 struct kretprobe *rps[2] = {&rp, &rp2}; in test_kretprobes()
/linux-4.4.14/drivers/tty/serial/
DMakefile90 obj-$(CONFIG_SERIAL_RP2) += rp2.o
DKconfig1525 module will be called rp2.
/linux-4.4.14/
DMAINTAINERS9027 F: drivers/tty/serial/rp2.*