Home
last modified time | relevance | path

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

/qemu/hw/ssi/
H A Dbcm2835_spi.c90 uint8_t tx_byte, rx_byte; in bcm2835_spi_flush_tx_fifo() local
93 tx_byte = fifo8_pop(&s->tx_fifo); in bcm2835_spi_flush_tx_fifo()
94 rx_byte = ssi_transfer(s->bus, tx_byte); in bcm2835_spi_flush_tx_fifo()