Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ssi/
H A Dibex_spi_host.c110 static void ibex_spi_rxfifo_reset(IbexSPIHostState *s) in ibex_spi_rxfifo_reset()
132 IbexSPIHostState *s = IBEX_SPI_HOST(dev); in ibex_spi_host_reset()
168 static void ibex_spi_host_irq(IbexSPIHostState *s) in ibex_spi_host_irq()
293 IbexSPIHostState *s = opaque; in ibex_spi_host_read()
346 IbexSPIHostState *s = opaque; in ibex_spi_host_write()
577 VMSTATE_FIFO8(rx_fifo, IbexSPIHostState),
578 VMSTATE_FIFO8(tx_fifo, IbexSPIHostState),
587 IbexSPIHostState *s = opaque; in fifo_trigger_update()
593 IbexSPIHostState *s = IBEX_SPI_HOST(dev); in ibex_spi_host_realize()
617 IbexSPIHostState *s = IBEX_SPI_HOST(obj); in ibex_spi_host_init()
[all …]
/openbmc/qemu/include/hw/ssi/
H A Dibex_spi_host.h38 OBJECT_CHECK(IbexSPIHostState, (obj), TYPE_IBEX_SPI_HOST)
90 } IbexSPIHostState; typedef
/openbmc/qemu/include/hw/riscv/
H A Dopentitan.h48 IbexSPIHostState spi_host[OPENTITAN_NUM_SPI_HOSTS];