Searched refs:eccPn (Results 1 – 1 of 1) sorted by relevance
192 rt_uint32_t eccPn; /* 14 odd ECC parity bits. */ in rt_hw_nand_ecc_check() local201 eccPn = syndrome & ECC_MASK; /* Get 14 odd parity bits. */ in rt_hw_nand_ecc_check()204 if ((eccPn ^ eccP) == ECC_MASK) /* 1-bit correctable error ? */ in rt_hw_nand_ecc_check()
Completed in 4 milliseconds