Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/timer/
H A Drenesas_cmt.h26 struct RCMTState { struct
28 SysBusDevice parent_obj;
31 uint64_t input_freq;
32 MemoryRegion memory;
34 uint16_t cmstr;
35 uint16_t cmcr[CMT_CH];
36 uint16_t cmcnt[CMT_CH];
37 uint16_t cmcor[CMT_CH];
38 int64_t tick[CMT_CH];
39 qemu_irq cmi[CMT_CH];
[all …]