Home
last modified time | relevance | path

Searched refs:EraseSuspend (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/mtd/
H A Dcfi.h212 uint8_t EraseSuspend; member
/kernel/linux/linux-6.6/include/linux/mtd/
H A Dcfi.h212 uint8_t EraseSuspend; member
/kernel/linux/linux-5.10/drivers/mtd/chips/
H A Dcfi_cmdset_0002.c189 if (extp->EraseSuspend < ARRAY_SIZE(erase_suspend)) in cfi_tell_features()
190 printk(" Erase Suspend: %s\n", erase_suspend[extp->EraseSuspend]); in cfi_tell_features()
192 printk(" Erase Suspend: Unknown value %d\n", extp->EraseSuspend); in cfi_tell_features()
298 extp->EraseSuspend = 2; in fixup_convert_atmel_pri()
905 if (!cfip || !(cfip->EraseSuspend & (0x1|0x2)) || in get_chip()
907 (mode == FL_WRITING && (cfip->EraseSuspend & 0x2)))) in get_chip()
948 (!cfip || !(cfip->EraseSuspend&2))) in get_chip()
1064 ((chip->state == FL_ERASING && (extp->EraseSuspend & 2))) && in xip_udelay()
/kernel/linux/linux-6.6/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()

Completed in 9 milliseconds