Lines Matching defs:NPCM8xxState
77 struct NPCM8xxState { struct
78 DeviceState parent_obj;
80 ARMCPU cpu[NPCM8XX_MAX_NUM_CPUS];
81 CPUClusterState cpu_cluster;
82 GICState gic;
84 MemoryRegion sram;
85 MemoryRegion irom;
86 MemoryRegion ram3;
87 MemoryRegion *dram;
89 NPCMGCRState gcr;
90 NPCMCLKState clk;
91 NPCM7xxTimerCtrlState tim[3];
92 NPCM7xxADCState adc;
93 NPCM7xxPWMState pwm[NPCM8XX_NR_PWM_MODULES];
94 NPCM7xxMFTState mft[8];
95 NPCM7xxOTPState fuse_array;
119 OBJECT_DECLARE_TYPE(NPCM8xxState, NPCM8xxClass, NPCM8XX) argument