Searched refs:STATUS_ECC_MASK (Results 1 - 7 of 7) sorted by relevance

/u-boot/drivers/mtd/nand/spi/
H A Dgigadevice.c91 switch (status & STATUS_ECC_MASK) {
180 switch (status & STATUS_ECC_MASK) {
198 return ((status & STATUS_ECC_MASK) >> 2) |
199 ((status2 & STATUS_ECC_MASK) >> 4);
222 switch (status & STATUS_ECC_MASK) {
239 return ((status2 & STATUS_ECC_MASK) >> 4) + 1;
H A Dwinbond.c116 switch (status & STATUS_ECC_MASK) {
H A Dxtx.c128 switch (FIELD_GET(STATUS_ECC_MASK, status)) {
H A Dmacronix.c76 switch (status & STATUS_ECC_MASK) {
H A Dtoshiba.c81 switch (status & STATUS_ECC_MASK) {
H A Dcore.c502 switch (status & STATUS_ECC_MASK) {
/u-boot/include/linux/mtd/
H A Dspinand.h170 #define STATUS_ECC_MASK GENMASK(5, 4) macro

Completed in 89 milliseconds