Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/timer/
H A Dallwinner-a10-pit.h46 struct AwA10PITState { struct
48 SysBusDevice parent_obj;
50 qemu_irq irq[AW_A10_PIT_TIMER_NR];
51 ptimer_state * timer[AW_A10_PIT_TIMER_NR];
52 AwA10TimerContext timer_context[AW_A10_PIT_TIMER_NR];
53 MemoryRegion iomem;
54 uint32_t clk_freq[4];
56 uint32_t irq_enable;
57 uint32_t irq_status;
58 uint32_t control[AW_A10_PIT_TIMER_NR];
[all …]