Home
last modified time | relevance | path

Searched refs:rp14 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dnand_ecc.c133 uint32_t rp8, rp9, rp10, rp11, rp12, rp13, rp14, rp15, rp16; in __nand_calculate_ecc() local
137 for rp12, rp14 and rp16 at the end of the in __nand_calculate_ecc()
146 rp14 = 0; in __nand_calculate_ecc()
156 * needed for calculating rp12, rp14, rp16 and par in __nand_calculate_ecc()
221 rp14 ^= tmppar; in __nand_calculate_ecc()
228 * we'll bring rp4..rp14..rp16 back to single byte entities by in __nand_calculate_ecc()
247 rp14 ^= (rp14 >> 16); in __nand_calculate_ecc()
248 rp14 ^= (rp14 >> in __nand_calculate_ecc()
[all...]
/kernel/linux/linux-6.6/drivers/mtd/nand/
H A Decc-sw-hamming.c124 rp13, rp14, rp15, rp16, rp17; in ecc_sw_hamming_calculate() local
127 /* Cumulative parity at the end of the loop (rp12, rp14, rp16) */ in ecc_sw_hamming_calculate()
137 rp14 = 0; in ecc_sw_hamming_calculate()
148 * needed for calculating rp12, rp14, rp16 and par in ecc_sw_hamming_calculate()
213 rp14 ^= tmppar; in ecc_sw_hamming_calculate()
220 * we'll bring rp4..rp14..rp16 back to single byte entities by in ecc_sw_hamming_calculate()
239 rp14 ^= (rp14 >> 16); in ecc_sw_hamming_calculate()
240 rp14 ^= (rp14 >> in ecc_sw_hamming_calculate()
[all...]

Completed in 2 milliseconds