Searched refs:BCM2835SPIState (Results 1 – 3 of 3) sorted by relevance
32 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 …]
31 OBJECT_DECLARE_SIMPLE_TYPE(BCM2835SPIState, BCM2835_SPI)64 struct BCM2835SPIState { struct
72 BCM2835SPIState spi[1];