Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ssi/
H A Dmss-spi.c58 #define S_TXDONE (1 << 0) macro
233 s->regs[R_SPI_STATUS] &= ~(S_TXDONE | S_RXRDY); in spi_flush_txfifo()
262 s->regs[R_SPI_RIS] |= S_TXDONE | S_RXRDY; in spi_flush_txfifo()
263 s->regs[R_SPI_STATUS] |= S_TXDONE | S_RXRDY; in spi_flush_txfifo()
328 if (value & S_TXDONE) { in spi_write()
329 s->regs[R_SPI_RIS] &= ~S_TXDONE; in spi_write()