Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/mtd/
H A Dspi-nor.h346 int (*flash_unlock_by_host_ctrl)(struct spi_nor *nor, u32 ofs, size_t len); member
/openbmc/u-boot/drivers/mtd/spi/
H A Dspi-nor-core.c2806 nor->flash_unlock_by_host_ctrl = spi_nor_wunlock_by_host_ctrl; in spi_nor_scan()
2978 nor->flash_unlock_by_host_ctrl(nor, offset, len); in spi_flash_wunlock_by_host_ctrl()