Searched defs:LS7ARtcState (Results 1 – 1 of 1) sorted by relevance
64 struct LS7ARtcState { struct65 SysBusDevice parent_obj;67 MemoryRegion iomem;73 int64_t offset_toy;74 int64_t offset_rtc;75 int64_t data;76 int tidx;100 static bool toy_enabled(LS7ARtcState *s) in toy_enabled() argument