Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ssi/
H A Dallwinner-a10-spi.c58 #define SPI_CTL_TF_RST (1 << 8) macro
472 if (s->regs[REG_INDEX(SPI_CTL_REG)] & SPI_CTL_TF_RST) { in allwinner_a10_spi_write()
474 s->regs[REG_INDEX(SPI_CTL_REG)] &= ~SPI_CTL_TF_RST; in allwinner_a10_spi_write()