Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/include/
H A 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,
/aosp_15_r20/external/coreboot/src/drivers/spi/
H A Dwinbond.c609 static const struct spi_flash_protection_ops spi_flash_protection_ops = { variable