Home
last modified time | relevance | path

Searched refs:BULK_ERASE (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Daspeed-smc-utils.h57 BULK_ERASE = 0xc7, enumerator
H A Daspeed-smc-utils.c151 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 Dst_smi.h84 #define BULK_ERASE 0x000000C7 /* BULK erase */ macro
/openbmc/qemu/hw/block/
H A Dm25p80.c382 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()