Home
last modified time | relevance | path

Searched defs:LS7ARtcState (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/rtc/
H A Dls7a_rtc.c64 struct LS7ARtcState { struct
65 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