Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dspi_flash.h144 static inline int spi_flash_ctrl_wunlock(struct spi_flash *flash, in spi_flash_ctrl_wunlock() function
/openbmc/u-boot/cmd/
H A Dsf.c574 ret = spi_flash_ctrl_wunlock(flash, (u32)offset, (size_t)len); in do_spi_flash_ctrl_wlock()