Home
last modified time | relevance | path

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

/u-boot/cmd/
A Dsf.c301 if (strncmp(argv[0], "read", 4) != 0 && flash->flash_is_unlocked && in do_spi_flash_read_write()
302 !flash->flash_is_unlocked(flash, offset, len)) { in do_spi_flash_read_write()
363 if (flash->flash_is_unlocked && in do_spi_flash_erase()
364 !flash->flash_is_unlocked(flash, offset, len)) { in do_spi_flash_erase()
/u-boot/include/linux/mtd/
A Dspi-nor.h583 int (*flash_is_unlocked)(struct spi_nor *nor, loff_t ofs, uint64_t len); member
/u-boot/drivers/mtd/spi/
A Dspi-nor-core.c4114 nor->flash_is_unlocked = stm_is_unlocked; in spi_nor_scan()
4126 nor->flash_is_unlocked = sst26_is_unlocked; in spi_nor_scan()

Completed in 18 milliseconds