Lines Matching defs:RTMRState
17 typedef struct RTMRState RTMRState; typedef
34 struct RTMRState { struct
36 SysBusDevice parent_obj;
39 uint64_t input_freq;
40 MemoryRegion memory;
42 int64_t tick;
43 uint8_t tcnt[TMR_CH];
44 uint8_t tcora[TMR_CH];
45 uint8_t tcorb[TMR_CH];
46 uint8_t tcr[TMR_CH];
47 uint8_t tccr[TMR_CH];
48 uint8_t tcor[TMR_CH];
49 uint8_t tcsr[TMR_CH];
50 int64_t div_round[TMR_CH];
51 uint8_t next[TMR_CH];
52 qemu_irq cmia[TMR_CH];
53 qemu_irq cmib[TMR_CH];
54 qemu_irq ovi[TMR_CH];
55 QEMUTimer timer[TMR_CH];