Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/timer/
H A Drenesas_tmr.h17 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];
[all …]