Searched defs:ASCState (Results 1 – 1 of 1) sorted by relevance
55 struct ASCState { struct56 SysBusDevice parent_obj;58 uint8_t type;59 MemoryRegion asc;83 OBJECT_DECLARE_SIMPLE_TYPE(ASCState, ASC) argument