Searched defs:PL110State (Results 1 – 8 of 8) sorted by relevance
53 typedef struct PL110State { struct76 } PL110State; argument
50 typedef struct PL110State { struct73 } PL110State; argument
53 typedef struct PL110State { struct76 } PL110State; typedef
54 struct PL110State { struct55 SysBusDevice parent_obj;57 MemoryRegion iomem;58 MemoryRegionSection fbsection;59 QemuConsole *con;60 QEMUTimer *vblank_timer;62 int version;63 uint32_t timing[4];87 VMSTATE_INT32(version, PL110State), argument