Searched refs:EraseSuspend (Results 1 – 2 of 2) sorted by relevance
185 if (extp->EraseSuspend < ARRAY_SIZE(erase_suspend)) in cfi_tell_features()186 printk(" Erase Suspend: %s\n", erase_suspend[extp->EraseSuspend]); in cfi_tell_features()188 printk(" Erase Suspend: Unknown value %d\n", extp->EraseSuspend); in cfi_tell_features()294 extp->EraseSuspend = 2; in fixup_convert_atmel_pri()912 if (!cfip || !(cfip->EraseSuspend & (0x1|0x2)) || in get_chip()914 (mode == FL_WRITING && (cfip->EraseSuspend & 0x2)))) in get_chip()955 (!cfip || !(cfip->EraseSuspend&2))) in get_chip()1071 ((chip->state == FL_ERASING && (extp->EraseSuspend & 2))) && in xip_udelay()
212 uint8_t EraseSuspend; member