Searched defs:Ppc405GptState (Results 1 – 1 of 1) sorted by relevance
111 struct Ppc405GptState { struct112 SysBusDevice parent_obj;114 MemoryRegion iomem;116 int64_t tb_offset;117 uint32_t tb_freq;118 QEMUTimer *timer;119 qemu_irq irqs[5];120 uint32_t oe;121 uint32_t ol;122 uint32_t im;[all …]