Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mtd/nand/spi/
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()
Dforesee.c56 switch (status & STATUS_ECC_MASK) { in f35sqa002g_ecc_get_status()
Dxtx.c126 switch (FIELD_GET(STATUS_ECC_MASK, status)) { in xt26xxxd_ecc_get_status()
Dtoshiba.c78 switch (status & STATUS_ECC_MASK) { in tx58cxgxsxraix_ecc_get_status()
Dwinbond.c132 switch (status & STATUS_ECC_MASK) { in w25n02kv_ecc_get_status()
Dmacronix.c96 switch (status & STATUS_ECC_MASK) { in macronix_ecc_get_status()
Dcore.c216 switch (status & STATUS_ECC_MASK) { in spinand_check_ecc_status()
/linux-6.12.1/include/linux/mtd/
Dspinand.h164 #define STATUS_ECC_MASK GENMASK(5, 4) macro