Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/nand/spi/
H A Dmacronix.c69 switch (status & STATUS_ECC_MASK) { in mx35lf1ge4ab_ecc_get_status()
H A Dcore.c486 switch (status & STATUS_ECC_MASK) { in spinand_check_ecc_status()
/openbmc/u-boot/include/linux/mtd/
H A Dspinand.h141 #define STATUS_ECC_MASK GENMASK(5, 4) macro