Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/test/dm/
H A Dsf.c53 ut_asserteq(0, spl_flash_get_sw_write_prot(dev)); in dm_test_spi_flash()
55 ut_asserteq(1, spl_flash_get_sw_write_prot(dev)); in dm_test_spi_flash()
57 ut_asserteq(0, spl_flash_get_sw_write_prot(dev)); in dm_test_spi_flash()
/rk3399_rockchip-uboot/drivers/mtd/spi/
H A Dsf-uclass.c32 int spl_flash_get_sw_write_prot(struct udevice *dev) in spl_flash_get_sw_write_prot() function
/rk3399_rockchip-uboot/include/
H A Dspi_flash.h103 int spl_flash_get_sw_write_prot(struct udevice *dev);