Home
last modified time | relevance | path

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

/u-boot/drivers/mtd/nand/spi/
A Dgigadevice.c84 switch (status & STATUS_ECC_MASK) { in gd5fxgq4xexxg_ecc_get_status()
102 return ((status & STATUS_ECC_MASK) >> 2) | in gd5fxgq4xexxg_ecc_get_status()
103 ((status2 & STATUS_ECC_MASK) >> 4); in gd5fxgq4xexxg_ecc_get_status()
126 switch (status & STATUS_ECC_MASK) { in gd5fxgq5xexxg_ecc_get_status()
143 return ((status2 & STATUS_ECC_MASK) >> 4) + 1; in gd5fxgq5xexxg_ecc_get_status()
A Dmacronix.c71 switch (status & STATUS_ECC_MASK) { in mx35lf1ge4ab_ecc_get_status()
A Dtoshiba.c81 switch (status & STATUS_ECC_MASK) { in tx58cxgxsxraix_ecc_get_status()
A Dcore.c491 switch (status & STATUS_ECC_MASK) { in spinand_check_ecc_status()
/u-boot/include/linux/mtd/
A Dspinand.h141 #define STATUS_ECC_MASK GENMASK(5, 4) macro

Completed in 9 milliseconds