Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dqcom_nandc.c64 #define FS_OP_ERR BIT(4) macro
1404 if (flash_status & FS_OP_ERR || (i == (num_cw - 1) && in parse_erase_write_errors()
1577 if (flash & (FS_OP_ERR | FS_MPU_ERR)) in check_flash_errors()
1767 if ((flash & FS_OP_ERR) && (buffer & BS_UNCORRECTABLE_BIT)) { in parse_read_errors()
1796 } else if (flash & (FS_OP_ERR | FS_MPU_ERR)) { in parse_read_errors()
/kernel/linux/linux-6.6/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()

Completed in 9 milliseconds