Searched defs:MC146818RtcState (Results 1 – 1 of 1) sorted by relevance
21 struct MC146818RtcState { struct22 ISADevice parent_obj;24 MemoryRegion io;25 MemoryRegion coalesced_io;49 QLIST_ENTRY(MC146818RtcState) link; argument