Home
last modified time | relevance | path

Searched defs:IMXSPIState (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/include/hw/ssi/
H A Dimx_spi.h86 struct IMXSPIState { struct
88 SysBusDevice parent_obj;
91 MemoryRegion iomem;
93 qemu_irq irq;
95 qemu_irq cs_lines[ECSPI_NUM_CS];
97 SSIBus *bus;
99 uint32_t regs[ECSPI_MAX];
101 Fifo32 rx_fifo;
102 Fifo32 tx_fifo;
104 int16_t burst_length;