Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/test/dm/
Dsf.c55 ut_asserteq(0, spl_flash_get_sw_write_prot(dev)); in dm_test_spi_flash()
57 ut_asserteq(1, spl_flash_get_sw_write_prot(dev)); in dm_test_spi_flash()
59 ut_asserteq(0, spl_flash_get_sw_write_prot(dev)); in dm_test_spi_flash()
/third_party/uboot/u-boot-2020.01/drivers/mtd/spi/
Dsf-uclass.c31 int spl_flash_get_sw_write_prot(struct udevice *dev) in spl_flash_get_sw_write_prot() function
/third_party/uboot/u-boot-2020.01/include/
Dspi_flash.h164 int spl_flash_get_sw_write_prot(struct udevice *dev);