Searched refs:spi_write_then_read (Results 1 – 3 of 3) sorted by relevance
/u-boot/drivers/mtd/spi/ |
A D | sf_dataflash.c | 89 ret = spi_write_then_read(spi, &opcode, 1, NULL, &status, 1); in dataflash_status() 181 status = spi_write_then_read(spi, command, 4, NULL, NULL, 0); in spi_dataflash_erase() 256 status = spi_write_then_read(spi, command, 8, NULL, buf, len); in spi_dataflash_read() 335 status = spi_write_then_read(spi, command, 4, in spi_dataflash_write() 361 status = spi_write_then_read(spi, command, 4, in spi_dataflash_write() 385 status = spi_write_then_read(spi, command, 4, in spi_dataflash_write() 529 tmp = spi_write_then_read(spi, &opcode, 1, NULL, id, sizeof(id)); in jedec_probe()
|
/u-boot/include/ |
A D | spi.h | 308 int spi_write_then_read(struct spi_slave *slave, const u8 *opcode,
|
/u-boot/drivers/spi/ |
A D | spi-uclass.c | 138 int spi_write_then_read(struct spi_slave *slave, const u8 *opcode, in spi_write_then_read() function
|
Completed in 5 milliseconds