Home
last modified time | relevance | path

Searched refs:sandbox_sf_set_block_protect (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/test/dm/
Dsf.c56 sandbox_sf_set_block_protect(emul, 1); in dm_test_spi_flash()
58 sandbox_sf_set_block_protect(emul, 0); in dm_test_spi_flash()
/external/u-boot/arch/sandbox/include/asm/
Dtest.h127 void sandbox_sf_set_block_protect(struct udevice *dev, int bp_mask);
/external/u-boot/drivers/mtd/spi/
Dsandbox.c107 void sandbox_sf_set_block_protect(struct udevice *dev, int bp_mask) in sandbox_sf_set_block_protect() function