Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ssi/
H A Dstm32f2xx_spi.c48 s->spi_cr2 = 0x00000000; in stm32f2xx_spi_reset()
81 return s->spi_cr2; in stm32f2xx_spi_read()
131 s->spi_cr2 = value; in stm32f2xx_spi_write()
179 VMSTATE_UINT32(spi_cr2, STM32F2XXSPIState),
/openbmc/qemu/include/hw/ssi/
H A Dstm32f2xx_spi.h58 uint32_t spi_cr2; member