HomeSort by relevance Sort by last modified time
    Searched refs:flash_lock (Results 1 - 2 of 2) sorted by null

  /external/u-boot/include/
spi_flash.h 51 * @flash_lock: lock a region of the SPI Flash
88 int (*flash_lock)(struct spi_flash *flash, u32 ofs, size_t len); member in struct:spi_flash
220 if (!flash->flash_lock || !flash->flash_unlock)
224 return flash->flash_lock(flash, ofs, len);
  /external/u-boot/drivers/mtd/spi/
spi_flash.c 1187 flash->flash_lock = stm_lock;
1196 flash->flash_lock = sst26_lock;

Completed in 49 milliseconds