Home
last modified time | relevance | path

Searched refs:spi_flash_vector_helper (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/coreboot/src/include/
H A Dspi_flash.h235 int spi_flash_vector_helper(const struct spi_slave *slave,
/aosp_15_r20/external/coreboot/src/soc/amd/common/block/spi/
H A Dfch_spi_ctrl.c179 rc = spi_flash_vector_helper(slave, vectors, count, spi_ctrlr_xfer); in xfer_vectors()
/aosp_15_r20/external/coreboot/src/soc/qualcomm/qcs405/
H A Dspi.c729 return spi_flash_vector_helper(slave, vectors, count, spi_ctrlr_xfer); in xfer_vectors()
/aosp_15_r20/external/coreboot/src/drivers/spi/
H A Dspi_flash.c779 int spi_flash_vector_helper(const struct spi_slave *slave, in spi_flash_vector_helper() function
/aosp_15_r20/external/coreboot/src/southbridge/intel/common/
H A Dspi.c955 return spi_flash_vector_helper(slave, vectors, count, spi_ctrlr_xfer); in xfer_vectors()