Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ssi/
H A Dmss-spi.c56 #define R_SPI_RIS 9 macro
127 s->regs[R_SPI_MIS] |= tmp & s->regs[R_SPI_RIS]; in update_mis()
149 s->regs[R_SPI_RIS] = 0x0; in mss_spi_reset()
242 s->regs[R_SPI_RIS] |= S_RXCHOVRF; in spi_flush_txfifo()
262 s->regs[R_SPI_RIS] |= S_TXDONE | S_RXRDY; in spi_flush_txfifo()
329 s->regs[R_SPI_RIS] &= ~S_TXDONE; in spi_write()
332 s->regs[R_SPI_RIS] &= ~S_RXRDY; in spi_write()
335 s->regs[R_SPI_RIS] &= ~S_RXCHOVRF; in spi_write()
341 case R_SPI_RIS: in spi_write()