Searched refs:DEC_STATUS_B_ECC_FAIL (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/mtd/nand/raw/ | ||
H A D | tegra_nand.h | 183 #define DEC_STATUS_B_ECC_FAIL (1 << 0) macro |
H A D | tegra_nand.c | 413 if ((reg_val & DEC_STATUS_B_ECC_FAIL) && oobbuf) { in check_ecc_error() |