Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ssi/
H A Dbcm2835_spi.c32 static void bcm2835_spi_update_int(BCM2835SPIState *s) in bcm2835_spi_update_int()
47 static void bcm2835_spi_update_rx_flags(BCM2835SPIState *s) in bcm2835_spi_update_rx_flags()
71 static void bcm2835_spi_update_tx_flags(BCM2835SPIState *s) in bcm2835_spi_update_tx_flags()
88 static void bcm2835_spi_flush_tx_fifo(BCM2835SPIState *s) in bcm2835_spi_flush_tx_fifo()
104 BCM2835SPIState *s = opaque; in bcm2835_spi_read()
142 BCM2835SPIState *s = opaque; in bcm2835_spi_write()
225 BCM2835SPIState *s = BCM2835_SPI(dev); in bcm2835_spi_realize()
238 BCM2835SPIState *s = BCM2835_SPI(dev); in bcm2835_spi_reset()
256 VMSTATE_FIFO8(tx_fifo, BCM2835SPIState),
257 VMSTATE_FIFO8(rx_fifo, BCM2835SPIState),
[all …]
/openbmc/qemu/include/hw/ssi/
H A Dbcm2835_spi.h31 OBJECT_DECLARE_SIMPLE_TYPE(BCM2835SPIState, BCM2835_SPI)
64 struct BCM2835SPIState { struct
/openbmc/qemu/include/hw/arm/
H A Dbcm2835_peripherals.h72 BCM2835SPIState spi[1];