Home
last modified time | relevance | path

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

/openbmc/u-boot/test/dm/
H A Dsf.c51 ut_asserteq(0, spl_flash_get_sw_write_prot(dev)); in dm_test_spi_flash()
53 ut_asserteq(1, spl_flash_get_sw_write_prot(dev)); in dm_test_spi_flash()
55 ut_asserteq(0, spl_flash_get_sw_write_prot(dev)); in dm_test_spi_flash()
/openbmc/u-boot/drivers/mtd/spi/
H A Dsf-uclass.c41 int spl_flash_get_sw_write_prot(struct udevice *dev) in spl_flash_get_sw_write_prot() function
/openbmc/u-boot/include/
H A Dspi_flash.h105 int spl_flash_get_sw_write_prot(struct udevice *dev);