Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ssi/
H A Dstm32f2xx_spi.c47 s->spi_cr1 = 0x00000000; in stm32f2xx_spi_reset()
77 return s->spi_cr1; in stm32f2xx_spi_read()
126 s->spi_cr1 = value; in stm32f2xx_spi_write()
178 VMSTATE_UINT32(spi_cr1, STM32F2XXSPIState),
/openbmc/qemu/include/hw/ssi/
H A Dstm32f2xx_spi.h57 uint32_t spi_cr1; member