Home
last modified time | relevance | path

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

/qemu/hw/ssi/
H A Dmss-spi.c47 #define R_SPI_CONTROL 0 macro
118 uint32_t reg = s->regs[R_SPI_CONTROL]; in update_mis()
145 s->regs[R_SPI_CONTROL] = 0x80000102; in mss_spi_reset()
218 bool sps = !!(s->regs[R_SPI_CONTROL] & C_SPS); in spi_flush_txfifo()
259 s->frame_count = (s->regs[R_SPI_CONTROL] & FMCOUNT_MASK) >> in spi_flush_txfifo()
294 case R_SPI_CONTROL: in spi_write()
295 s->regs[R_SPI_CONTROL] = value; in spi_write()