Searched refs:odd_bit_parity (Results 1 – 1 of 1) sorted by relevance
92 USHORT odd_bit_parity; in _lx_nand_flash_256byte_ecc_compute() local100 odd_bit_parity = 0; in _lx_nand_flash_256byte_ecc_compute()157 odd_bit_parity = odd_bit_parity ^ i; in _lx_nand_flash_256byte_ecc_compute()209 …ecc_buffer[(7+2)/8] = ((UCHAR)(ecc_buffer[(7+2)/8] | ((odd_bit_parity >> 3) & 1) << (7+2)%8) & 0xF… in _lx_nand_flash_256byte_ecc_compute()215 …ecc_buffer[(5+2)/8] = ((UCHAR)(ecc_buffer[(5+2)/8] | ((odd_bit_parity >> 2) & 1) << (5+2)%8) & 0xF… in _lx_nand_flash_256byte_ecc_compute()221 …ecc_buffer[(3+2)/8] = ((UCHAR)(ecc_buffer[(3+2)/8] | ((odd_bit_parity >> 1) & 1) << (3+2)%8) & 0xF… in _lx_nand_flash_256byte_ecc_compute()227 …ecc_buffer[(1+2)/8] = ((UCHAR)(ecc_buffer[(1+2)/8] | ((odd_bit_parity >> 0) & 1) << (1+2)%8) & 0xF… in _lx_nand_flash_256byte_ecc_compute()