Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Dqcom_nandc.c69 #define FS_OP_ERR BIT(4) macro
1454 if (flash & (FS_OP_ERR | FS_MPU_ERR)) in check_flash_errors()
1650 if ((flash & FS_OP_ERR) && (buffer & BS_UNCORRECTABLE_BIT)) { in parse_read_errors()
1678 } else if (flash & (FS_OP_ERR | FS_MPU_ERR)) { in parse_read_errors()
2730 if (flash_status & FS_OP_ERR || in qcom_read_status_exec()