Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dpflash-cfi02-test.c246 static void erase_suspend(const FlashConfig *c) in erase_suspend() function
503 erase_suspend(c); in test_geometry()
548 erase_suspend(c); in test_geometry()
/openbmc/linux/drivers/mtd/chips/
H A Dcfi_cmdset_0002.c175 const char* erase_suspend[3] = { in cfi_tell_features() local
188 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()