Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/ssi/
H A Dibex_spi_host.h56 #define IBEX_SPI_HOST_EVENT_ENABLE (0x34 / 4) /* rw */ macro
63 #define IBEX_SPI_HOST_MAX_REGS (IBEX_SPI_HOST_EVENT_ENABLE + 1)
/openbmc/qemu/hw/ssi/
H A Dibex_spi_host.c151 s->regs[IBEX_SPI_HOST_EVENT_ENABLE] = 0x00; in ibex_spi_host_reset()
175 uint32_t event_en_reg = s->regs[IBEX_SPI_HOST_EVENT_ENABLE]; in ibex_spi_host_irq()
332 case IBEX_SPI_HOST_ERROR_ENABLE...IBEX_SPI_HOST_EVENT_ENABLE: in ibex_spi_host_read()
533 case IBEX_SPI_HOST_EVENT_ENABLE: in ibex_spi_host_write()