Home
last modified time | relevance | path

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

/LevelX-v6.4.1/common/src/
Dlx_nand_flash_256byte_ecc_compute.c94 USHORT odd_byte_parity; in _lx_nand_flash_256byte_ecc_compute() local
102 odd_byte_parity = 0; in _lx_nand_flash_256byte_ecc_compute()
143 odd_byte_parity = odd_byte_parity ^ i; in _lx_nand_flash_256byte_ecc_compute()
167 …ecc_buffer[(21+2)/8] = ((UCHAR)(ecc_buffer[(21+2)/8] | ((odd_byte_parity >> 6) & 1) << (21+2)%8) &… in _lx_nand_flash_256byte_ecc_compute()
173 …ecc_buffer[(19+2)/8] = ((UCHAR)(ecc_buffer[(19+2)/8] | ((odd_byte_parity >> 5) & 1) << (19+2)%8) &… in _lx_nand_flash_256byte_ecc_compute()
179 …ecc_buffer[(17+2)/8] = ((UCHAR)(ecc_buffer[(17+2)/8] | ((odd_byte_parity >> 4) & 1) << (17+2)%8) &… in _lx_nand_flash_256byte_ecc_compute()
185 …ecc_buffer[(15+2)/8] = ((UCHAR)(ecc_buffer[(15+2)/8] | ((odd_byte_parity >> 3) & 1) << (15+2)%8) &… in _lx_nand_flash_256byte_ecc_compute()
191 …ecc_buffer[(13+2)/8] = ((UCHAR)(ecc_buffer[(13+2)/8] | ((odd_byte_parity >> 2) & 1) << (13+2)%8) &… in _lx_nand_flash_256byte_ecc_compute()
197 …ecc_buffer[(11+2)/8] = ((UCHAR)(ecc_buffer[(11+2)/8] | ((odd_byte_parity >> 1) & 1) << (11+2)%8) &… in _lx_nand_flash_256byte_ecc_compute()
203 …ecc_buffer[(9+2)/8] = ((UCHAR)(ecc_buffer[(9+2)/8] | ((odd_byte_parity >> 0) & 1) << (9+2)%8) & 0x… in _lx_nand_flash_256byte_ecc_compute()