Home
last modified time | relevance | path

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

/qemu/hw/ssi/
H A Dmss-spi.c67 #define S_TXFIFOEMP (1 << 10) macro
92 s->regs[R_SPI_STATUS] |= S_TXFIFOEMP; in txfifo_reset()
147 s->regs[R_SPI_STATUS] = S_SSEL | S_TXFIFOEMP | S_RXFIFOEMP; in mss_spi_reset()
282 s->regs[R_SPI_STATUS] &= ~S_TXFIFOEMP; in spi_write()