Searched refs:OTP_ECC_MASK (Results 1 – 2 of 2) sorted by relevance
265 if ((otp & OTP_ECC_MASK) == OTP_ECC_MASK) in spinand_enable_ecc()267 otp |= OTP_ECC_MASK; in spinand_enable_ecc()284 if ((otp & OTP_ECC_MASK) == OTP_ECC_MASK) { in spinand_disable_ecc()285 otp &= ~OTP_ECC_MASK; in spinand_disable_ecc()
62 #define OTP_ECC_MASK 0x10 macro