Searched defs:NPCM7xxEMCState (Results 1 – 1 of 1) sorted by relevance
249 struct NPCM7xxEMCState { struct251 SysBusDevice parent;254 MemoryRegion iomem;256 qemu_irq tx_irq;257 qemu_irq rx_irq;281 OBJECT_DECLARE_SIMPLE_TYPE(NPCM7xxEMCState, NPCM7XX_EMC) argument