Home
last modified time | relevance | path

Searched refs:rp16 (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()
147 rp16 = 0; in __nand_calculate_ecc()
156 * needed for calculating rp12, rp14, rp16 and par in __nand_calculate_ecc()
223 rp16 ^= tmppar; in __nand_calculate_ecc()
228 * we'll bring rp4..rp14..rp16 back to single byte entities by in __nand_calculate_ecc()
251 rp16 ^= (rp16 >> 16); in __nand_calculate_ecc()
252 rp16 ^= (rp16 >> 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()
138 rp16 = 0; in ecc_sw_hamming_calculate()
148 * needed for calculating rp12, rp14, rp16 and par in ecc_sw_hamming_calculate()
215 rp16 ^= tmppar; in ecc_sw_hamming_calculate()
220 * we'll bring rp4..rp14..rp16 back to single byte entities by in ecc_sw_hamming_calculate()
243 rp16 ^= (rp16 >> 16); in ecc_sw_hamming_calculate()
244 rp16 ^= (rp16 >> in ecc_sw_hamming_calculate()
[all...]

Completed in 3 milliseconds