Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/spi/
H A Dgigadevice.c106 switch (status & STATUS_ECC_MASK) { in gd5fxgm9_ecc_get_status()
184 switch (status & STATUS_ECC_MASK) { in gd5fxgq4xa_ecc_get_status()
273 switch (status & STATUS_ECC_MASK) { in gd5fxgq4uexxg_ecc_get_status()
292 return ((status & STATUS_ECC_MASK) >> 2) | in gd5fxgq4uexxg_ecc_get_status()
293 ((status2 & STATUS_ECC_MASK) >> 4); in gd5fxgq4uexxg_ecc_get_status()
316 switch (status & STATUS_ECC_MASK) { in gd5fxgq5xexxg_ecc_get_status()
334 return ((status2 & STATUS_ECC_MASK) >> 4) + 1; in gd5fxgq5xexxg_ecc_get_status()
H A Dmacronix.c113 switch (status & STATUS_ECC_MASK) { in macronix_ecc_get_status()
H A Dwinbond.c298 switch (status & STATUS_ECC_MASK) { in w25n02kv_ecc_get_status()
H A Dcore.c308 switch (status & STATUS_ECC_MASK) { in spinand_check_ecc_status()
/linux/include/linux/mtd/
H A Dspinand.h333 #define STATUS_ECC_MASK GENMASK(5, 4) macro