Searched defs:AwA10PITState (Results 1 – 1 of 1) sorted by relevance
46 struct AwA10PITState { struct48 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 …]