Searched refs:R_SPI_STATUS (Results 1 – 1 of 1) sorted by relevance
49 #define R_SPI_STATUS 2 macro91 s->regs[R_SPI_STATUS] &= ~S_TXFIFOFUL; in txfifo_reset()92 s->regs[R_SPI_STATUS] |= S_TXFIFOEMP; in txfifo_reset()99 s->regs[R_SPI_STATUS] &= ~S_RXFIFOFUL; in rxfifo_reset()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()168 s->regs[R_SPI_STATUS] &= ~S_RXFIFOFUL; in spi_read()169 s->regs[R_SPI_STATUS] &= ~S_RXCHOVRF; in spi_read()178 s->regs[R_SPI_STATUS] |= S_RXFIFOEMP; in spi_read()233 s->regs[R_SPI_STATUS] &= ~(S_TXDONE | S_RXRDY); in spi_flush_txfifo()[all …]