Home
last modified time | relevance | path

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

/external/u-boot/include/
Dspi_flash.h88 int (*flash_lock)(struct spi_flash *flash, u32 ofs, size_t len); member
220 if (!flash->flash_lock || !flash->flash_unlock) in spi_flash_protect()
224 return flash->flash_lock(flash, ofs, len); in spi_flash_protect()
/external/u-boot/drivers/mtd/spi/
Dspi_flash.c1187 flash->flash_lock = stm_lock; in spi_flash_scan()
1196 flash->flash_lock = sst26_lock; in spi_flash_scan()