Home
last modified time | relevance | path

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

/qemu/hw/ssi/
H A Dmss-spi.c63 #define S_RXFIFOEMP (1 << 6) macro
100 s->regs[R_SPI_STATUS] |= S_RXFIFOEMP; in rxfifo_reset()
147 s->regs[R_SPI_STATUS] = S_SSEL | S_TXFIFOEMP | S_RXFIFOEMP; in mss_spi_reset()
178 s->regs[R_SPI_STATUS] |= S_RXFIFOEMP; in spi_read()
245 s->regs[R_SPI_STATUS] &= ~S_RXFIFOEMP; in spi_flush_txfifo()