Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ssi/
H A Dmss-spi.c59 #define S_RXRDY (1 << 1) 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()
331 if (value & S_RXRDY) { in spi_write()
332 s->regs[R_SPI_RIS] &= ~S_RXRDY; in spi_write()