Searched defs:LSIState (Results 1 – 1 of 1) sorted by relevance
218 struct LSIState { struct220 PCIDevice parent_obj;223 qemu_irq ext_irq;224 MemoryRegion mmio_io;225 MemoryRegion ram_io;226 MemoryRegion io_io;227 AddressSpace pci_io_as;228 QEMUTimer *scripts_timer;230 int carry; /* ??? Should this be in a visible register somewhere? */231 int status;[all …]