Home
last modified time | relevance | path

Searched refs:CPUControl (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/
DZynq7000_SystemLevelControlRegisters.cs20 cpuControls = new List<CPUControl> in Zynq7000_SystemLevelControlRegisters()
22 new CPUControl(cpu0), in Zynq7000_SystemLevelControlRegisters()
23 new CPUControl(cpu1) in Zynq7000_SystemLevelControlRegisters()
124 private readonly IReadOnlyList<CPUControl> cpuControls;
129 private class CPUControl class in Antmicro.Renode.Peripherals.Miscellaneous.Zynq7000_SystemLevelControlRegisters
131 public CPUControl(BaseCPU cpu) in CPUControl() method in Antmicro.Renode.Peripherals.Miscellaneous.Zynq7000_SystemLevelControlRegisters.CPUControl
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DMAX3421E.cs266 RegisterType.CPUControl.Define(this) in DefineRegisters()
591 CPUControl = 16, enumerator