Searched refs:failing_bit_location (Results 1 – 1 of 1) sorted by relevance
518 uint16_t failing_bit_location = ~error; in MXC_CTB_ECC_Compare() local520 int byte = failing_bit_location >> 3; in MXC_CTB_ECC_Compare()521 int bit = failing_bit_location & 0x7; in MXC_CTB_ECC_Compare()