Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ssi/
H A Dstm32f2xx_spi.c52 s->spi_rxcrcr = 0x00000000; in stm32f2xx_spi_reset()
95 return s->spi_rxcrcr; in stm32f2xx_spi_read()
183 VMSTATE_UINT32(spi_rxcrcr, STM32F2XXSPIState),
/openbmc/qemu/include/hw/ssi/
H A Dstm32f2xx_spi.h62 uint32_t spi_rxcrcr; member