Home
last modified time | relevance | path

Searched refs:flash_unlock (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/include/
Dspi_flash.h89 int (*flash_unlock)(struct spi_flash *flash, u32 ofs, size_t len); member
220 if (!flash->flash_lock || !flash->flash_unlock) in spi_flash_protect()
226 return flash->flash_unlock(flash, ofs, len); in spi_flash_protect()
/external/u-boot/drivers/mtd/spi/
Dspi_flash.c1188 flash->flash_unlock = stm_unlock; in spi_flash_scan()
1197 flash->flash_unlock = sst26_unlock; in spi_flash_scan()