Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ssi/
H A Dstm32f2xx_spi.c53 s->spi_txcrcr = 0x00000000; in stm32f2xx_spi_reset()
99 return s->spi_txcrcr; in stm32f2xx_spi_read()
184 VMSTATE_UINT32(spi_txcrcr, STM32F2XXSPIState),
/openbmc/qemu/include/hw/ssi/
H A Dstm32f2xx_spi.h63 uint32_t spi_txcrcr; member