Searched defs:BCM2836ControlState (Results 1 – 1 of 1) sorted by relevance
29 struct BCM2836ControlState { struct31 SysBusDevice busdev;33 MemoryRegion iomem;36 uint32_t mailboxes[BCM2836_NCORES * BCM2836_MBPERCORE];39 uint8_t route_gpu_irq, route_gpu_fiq;40 uint32_t timercontrol[BCM2836_NCORES];41 uint32_t mailboxcontrol[BCM2836_NCORES];44 bool gpu_irq, gpu_fiq;45 uint8_t timerirqs[BCM2836_NCORES];48 QEMUTimer timer;[all …]