Searched refs:spi_flash_vector_helper (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/coreboot/src/include/ |
H A D | spi_flash.h | 235 int spi_flash_vector_helper(const struct spi_slave *slave,
|
/aosp_15_r20/external/coreboot/src/soc/amd/common/block/spi/ |
H A D | fch_spi_ctrl.c | 179 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 D | spi.c | 729 return spi_flash_vector_helper(slave, vectors, count, spi_ctrlr_xfer); in xfer_vectors()
|
/aosp_15_r20/external/coreboot/src/drivers/spi/ |
H A D | spi_flash.c | 779 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 D | spi.c | 955 return spi_flash_vector_helper(slave, vectors, count, spi_ctrlr_xfer); in xfer_vectors()
|