Home
last modified time | relevance | path

Searched refs:spi_flash_ops (Results 1 – 6 of 6) sorted by relevance

/external/coreboot/src/soc/mediatek/common/
Dflash_controller.c206 const struct spi_flash_ops spi_flash_ops = { variable
222 flash->ops = &spi_flash_ops; in mtk_spi_flash_probe()
/external/coreboot/src/include/
Dspi_flash.h43 struct spi_flash_ops { struct
113 const struct spi_flash_ops *ops;
/external/coreboot/src/drivers/spi/
Dspi_flash_internal.h88 struct spi_flash_ops ops;
/external/coreboot/src/soc/amd/common/block/spi/
DKconfig7 This overwrites the structure spi_flash_ops to use FCH SPI code
/external/coreboot/src/southbridge/intel/common/
Dspi.c907 static const struct spi_flash_ops spi_flash_ops = { variable
943 flash->ops = &spi_flash_ops; in spi_flash_programmer_probe()
/external/coreboot/src/soc/intel/common/block/fast_spi/
Dfast_spi_flash.c306 const struct spi_flash_ops fast_spi_flash_ops = {