Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/mtd/chips/
Dcfi_cmdset_0002.c104 if (extp->EraseSuspend < ARRAY_SIZE(erase_suspend)) in cfi_tell_features()
105 printk(" Erase Suspend: %s\n", erase_suspend[extp->EraseSuspend]); in cfi_tell_features()
107 printk(" Erase Suspend: Unknown value %d\n", extp->EraseSuspend); in cfi_tell_features()
211 extp->EraseSuspend = 2; in fixup_convert_atmel_pri()
689 if (!cfip || !(cfip->EraseSuspend & (0x1|0x2)) || in get_chip()
691 (mode == FL_WRITING && (cfip->EraseSuspend & 0x2)))) in get_chip()
731 (!cfip || !(cfip->EraseSuspend&2))) in get_chip()
844 ((chip->state == FL_ERASING && (extp->EraseSuspend & 2))) && in xip_udelay()
/linux-3.4.99/include/linux/mtd/
Dcfi.h226 uint8_t EraseSuspend; member