Searched refs:STATUS_ECC_MASK (Results 1 – 5 of 5) sorted by relevance
56 #define STATUS_ECC_MASK 0x30 macro
393 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()
67 switch (status & STATUS_ECC_MASK) { in mx35lf1ge4ab_ecc_get_status()
473 switch (status & STATUS_ECC_MASK) { in spinand_check_ecc_status()
134 #define STATUS_ECC_MASK GENMASK(5, 4) macro