Home
last modified time | relevance | path

Searched defs:spi_flash_protection_ops (Results 1 – 2 of 2) sorted by relevance

/external/coreboot/src/include/
Dspi_flash.h64 struct spi_flash_protection_ops { struct
72 int (*get_write)(const struct spi_flash *flash,
86 (*set_write)(const struct spi_flash *flash,
/external/coreboot/src/drivers/spi/
Dwinbond.c609 static const struct spi_flash_protection_ops spi_flash_protection_ops = { variable