Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ssi/
H A Dallwinner-a10-spi.c57 #define SPI_CTL_RF_RST (1 << 9) macro
476 if (s->regs[REG_INDEX(SPI_CTL_REG)] & SPI_CTL_RF_RST) { in allwinner_a10_spi_write()
478 s->regs[REG_INDEX(SPI_CTL_REG)] &= ~SPI_CTL_RF_RST; in allwinner_a10_spi_write()