Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/timer/
H A Dsse-timer.h35 struct SSETimer { struct
37 SysBusDevice parent_obj;
40 MemoryRegion iomem;
41 qemu_irq irq;
42 SSECounter *counter;
43 QEMUTimer timer;
44 Notifier counter_notifier;
46 uint32_t cntfrq;
47 uint32_t cntp_ctl;
48 uint64_t cntp_cval;
[all …]