Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ssi/
H A Dallwinner-a10-spi.c168 static bool allwinner_a10_spi_is_enabled(AWA10SPIState *s) in allwinner_a10_spi_is_enabled()
173 static void allwinner_a10_spi_txfifo_reset(AWA10SPIState *s) in allwinner_a10_spi_txfifo_reset()
181 static void allwinner_a10_spi_rxfifo_reset(AWA10SPIState *s) in allwinner_a10_spi_rxfifo_reset()
196 AWA10SPIState *s = AW_A10_SPI(obj); in allwinner_a10_spi_reset_hold()
214 static void allwinner_a10_spi_update_irq(AWA10SPIState *s) in allwinner_a10_spi_update_irq()
348 AWA10SPIState *s = opaque; in allwinner_a10_spi_read()
418 AWA10SPIState *s = opaque; in allwinner_a10_spi_write()
513 VMSTATE_FIFO8(tx_fifo, AWA10SPIState),
514 VMSTATE_FIFO8(rx_fifo, AWA10SPIState),
522 AWA10SPIState *s = AW_A10_SPI(dev); in allwinner_a10_spi_realize()
[all …]
/openbmc/qemu/include/hw/ssi/
H A Dallwinner-a10-spi.h39 OBJECT_DECLARE_SIMPLE_TYPE(AWA10SPIState, AW_A10_SPI)
41 struct AWA10SPIState { struct
/openbmc/qemu/include/hw/arm/
H A Dallwinner-a10.h44 AWA10SPIState spi0;