Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/spi/
H A Dsf_internal.h101 int spi_nor_ctrl_wunlock(struct spi_slave *slave, u32 offset, size_t len);
H A Dspi-nor-core.c1174 ret = spi_nor_ctrl_wunlock(spi, offset, len); in spi_nor_wunlock_by_host_ctrl()
/openbmc/u-boot/drivers/spi/
H A Dspi-uclass.c136 int spi_nor_ctrl_wunlock(struct spi_slave *slave, u32 offset, size_t len) in spi_nor_ctrl_wunlock() function