Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/mt29f_spinand/
Dmt29f_spinand.h56 #define STATUS_ECC_MASK 0x30 macro
Dmt29f_spinand.c393 if ((status & STATUS_ECC_MASK) == STATUS_ECC_ERROR) { in spinand_read_page()
671 if ((status & STATUS_ECC_MASK) == STATUS_ECC_ERROR) { in spinand_read_page_hwecc()
674 } else if ((status & STATUS_ECC_MASK) == in spinand_read_page_hwecc()
/Linux-v4.19/drivers/mtd/nand/spi/
Dmacronix.c67 switch (status & STATUS_ECC_MASK) { in mx35lf1ge4ab_ecc_get_status()
Dcore.c473 switch (status & STATUS_ECC_MASK) { in spinand_check_ecc_status()
/Linux-v4.19/include/linux/mtd/
Dspinand.h134 #define STATUS_ECC_MASK GENMASK(5, 4) macro