Searched refs:BULK_ERASE (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | aspeed-smc-utils.h | 57 BULK_ERASE = 0xc7, enumerator
|
H A D | aspeed-smc-utils.c | 151 flash_writeb(data, 0, BULK_ERASE); in flash_reset() 318 flash_writeb(test_data, 0, BULK_ERASE); in aspeed_smc_test_erase_all() 558 flash_writeb(test_data, 0, BULK_ERASE); in aspeed_smc_test_write_block_protect() 604 flash_writeb(test_data, 0, BULK_ERASE); in aspeed_smc_test_write_block_protect_bottom_bit()
|
/openbmc/u-boot/include/linux/mtd/ |
H A D | st_smi.h | 84 #define BULK_ERASE 0x000000C7 /* BULK erase */ macro
|
/openbmc/qemu/hw/block/ |
H A D | m25p80.c | 382 BULK_ERASE = 0xc7, enumerator 620 case BULK_ERASE: in flash_erase() 1398 case BULK_ERASE: in decode_new_cmd() 1401 flash_erase(s, 0, BULK_ERASE); in decode_new_cmd()
|