Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dspi_flash.h200 static inline int spi_flash_protect(struct spi_flash *flash, u32 ofs, u32 len, in spi_flash_protect() function
/openbmc/u-boot/cmd/mvebu/
H A Dbubt.c261 spi_flash_protect(flash, 0); in spi_burn_image()
282 spi_flash_protect(flash, 1); in spi_burn_image()
/openbmc/u-boot/cmd/
H A Dsf.c377 ret = spi_flash_protect(flash, start, len, prot); in do_spi_protect()