Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/spi/
H A Dgigadevice.c103 switch (status & STATUS_ECC_MASK) { in gd5fxgq4xa_ecc_get_status()
192 switch (status & STATUS_ECC_MASK) { in gd5fxgq4uexxg_ecc_get_status()
211 return ((status & STATUS_ECC_MASK) >> 2) | in gd5fxgq4uexxg_ecc_get_status()
212 ((status2 & STATUS_ECC_MASK) >> 4); in gd5fxgq4uexxg_ecc_get_status()
235 switch (status & STATUS_ECC_MASK) { in gd5fxgq5xexxg_ecc_get_status()
253 return ((status2 & STATUS_ECC_MASK) >> 4) + 1; in gd5fxgq5xexxg_ecc_get_status()
H A Dwinbond.c113 switch (status & STATUS_ECC_MASK) { in w25n02kv_ecc_get_status()
H A Dtoshiba.c78 switch (status & STATUS_ECC_MASK) { in tx58cxgxsxraix_ecc_get_status()
H A Dmacronix.c73 switch (status & STATUS_ECC_MASK) { in mx35lf1ge4ab_ecc_get_status()
H A Dcore.c210 switch (status & STATUS_ECC_MASK) { in spinand_check_ecc_status()
/openbmc/u-boot/drivers/mtd/nand/spi/
H A Dmacronix.c69 switch (status & STATUS_ECC_MASK) { in mx35lf1ge4ab_ecc_get_status()
H A Dcore.c486 switch (status & STATUS_ECC_MASK) { in spinand_check_ecc_status()
/openbmc/u-boot/include/linux/mtd/
H A Dspinand.h141 #define STATUS_ECC_MASK GENMASK(5, 4) macro
/openbmc/linux/include/linux/mtd/
H A Dspinand.h164 #define STATUS_ECC_MASK GENMASK(5, 4) macro