Lines Matching defs:RCMTState
17 typedef struct RCMTState RCMTState; typedef
26 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];
40 QEMUTimer timer[CMT_CH];