Home
last modified time | relevance | path

Searched refs:EraseSuspend (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/mtd/chips/
H A Dcfi_cmdset_0002.c188 if (extp->EraseSuspend < ARRAY_SIZE(erase_suspend)) in cfi_tell_features()
189 printk(" Erase Suspend: %s\n", erase_suspend[extp->EraseSuspend]); in cfi_tell_features()
191 printk(" Erase Suspend: Unknown value %d\n", extp->EraseSuspend); in cfi_tell_features()
301 extp->EraseSuspend = 2; in fixup_convert_atmel_pri()
909 if (!cfip || !(cfip->EraseSuspend & (0x1|0x2)) || in get_chip()
911 (mode == FL_WRITING && (cfip->EraseSuspend & 0x2)))) in get_chip()
952 (!cfip || !(cfip->EraseSuspend&2))) in get_chip()
1068 ((chip->state == FL_ERASING && (extp->EraseSuspend & 2))) && in xip_udelay()
/openbmc/linux/include/linux/mtd/
H A Dcfi.h212 uint8_t EraseSuspend; member