Searched refs:spi_sdcard_single_read (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/coreboot/src/drivers/spi/ |
H A D | spi_sdcard.c | 491 int spi_sdcard_single_read(const struct spi_sdcard *card, in spi_sdcard_single_read() function 612 if (spi_sdcard_single_read(card, start_block_address, tmp)) in spi_sdcard_read() 622 if (spi_sdcard_single_read(card, start_block_address, tmp)) in spi_sdcard_read() 636 if (spi_sdcard_single_read(card, start_lba, dest + o)) in spi_sdcard_read() 645 if (spi_sdcard_single_read(card, end_block_address, tmp)) in spi_sdcard_read()
|
/aosp_15_r20/external/coreboot/src/include/ |
H A D | spi_sdcard.h | 17 int spi_sdcard_single_read(const struct spi_sdcard *card,
|