Home
last modified time | relevance | path

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

/linux/include/linux/mtd/
H A Dnand-qpic-common.h69 #define BS_UNCORRECTABLE_BIT BIT(8) macro
/linux/drivers/spi/
H A Dspi-qpic-snand.c662 if ((flash & FS_OP_ERR) && (buffer & BS_UNCORRECTABLE_BIT)) { in qcom_spi_check_error()
/linux/drivers/mtd/nand/raw/
H A Dqcom_nandc.c659 if ((flash & FS_OP_ERR) && (buffer & BS_UNCORRECTABLE_BIT)) { in parse_read_errors()