Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/spi/
H A Dsf_internal.h100 int spi_nor_ctrl_wlock(struct spi_slave *slave, u32 offset, size_t len);
H A Dspi-nor-core.c1157 ret = spi_nor_ctrl_wlock(spi, offset, len); in spi_nor_wlock_by_host_ctrl()
/openbmc/u-boot/drivers/spi/
H A Dspi-uclass.c131 int spi_nor_ctrl_wlock(struct spi_slave *slave, u32 offset, size_t len) in spi_nor_ctrl_wlock() function