Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mtd/nand/spi/
Dgigadevice.c84 switch (status & STATUS_ECC_MASK) { in gd5fxgq4xa_ecc_get_status()
143 switch (status & STATUS_ECC_MASK) { in gd5fxgq4uexxg_ecc_get_status()
161 return ((status & STATUS_ECC_MASK) >> 2) | in gd5fxgq4uexxg_ecc_get_status()
162 ((status2 & STATUS_ECC_MASK) >> 4); in gd5fxgq4uexxg_ecc_get_status()
Dmacronix.c73 switch (status & STATUS_ECC_MASK) { in mx35lf1ge4ab_ecc_get_status()
Dtoshiba.c65 switch (status & STATUS_ECC_MASK) { in tc58cxgxsx_ecc_get_status()
Dcore.c410 switch (status & STATUS_ECC_MASK) { in spinand_check_ecc_status()
/Linux-v5.4/include/linux/mtd/
Dspinand.h164 #define STATUS_ECC_MASK GENMASK(5, 4) macro