Searched refs:spi_write_then_read (Results 1 – 3 of 3) sorted by relevance
| /u-boot/drivers/mtd/spi/ |
| A D | sf_dataflash.c | 92 ret = spi_write_then_read(spi, &opcode, 1, NULL, &status, 1); in dataflash_status() 184 status = spi_write_then_read(spi, command, 4, NULL, NULL, 0); in spi_dataflash_erase() 259 status = spi_write_then_read(spi, command, 8, NULL, buf, len); in spi_dataflash_read() 338 status = spi_write_then_read(spi, command, 4, in spi_dataflash_write() 364 status = spi_write_then_read(spi, command, 4, in spi_dataflash_write() 388 status = spi_write_then_read(spi, command, 4, in spi_dataflash_write() 573 tmp = spi_write_then_read(spi, &opcode, 1, NULL, id, id_size); 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 | 154 int spi_write_then_read(struct spi_slave *slave, const u8 *opcode, in spi_write_then_read() function
|
Completed in 7 milliseconds