Home
last modified time | relevance | path

Searched defs:spi_flash_ops (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/coreboot/src/include/
H A Dspi_flash.h43 struct spi_flash_ops { struct
44 int (*read)(const struct spi_flash *flash, u32 offset, size_t len,
46 int (*write)(const struct spi_flash *flash, u32 offset, size_t len,
48 int (*erase)(const struct spi_flash *flash, u32 offset, size_t len);
49 int (*status)(const struct spi_flash *flash, u8 *reg);
/aosp_15_r20/external/coreboot/src/soc/mediatek/common/
H A Dflash_controller.c206 const struct spi_flash_ops spi_flash_ops = { variable
/aosp_15_r20/external/coreboot/src/southbridge/intel/common/
H A Dspi.c907 static const struct spi_flash_ops spi_flash_ops = { variable