Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MemoryControllers/
DGaisler_FaultTolerantMemoryController.cs23 …IPeripheralContainer<MappedMemory, NullRegistrationPoint>, IPeripheralContainer<AMDCFIFlash, NullR…
61 public IEnumerable<NullRegistrationPoint> GetRegistrationPoints(AMDCFIFlash peripheral) in GetRegistrationPoints()
68 public void Register(AMDCFIFlash peripheral, NullRegistrationPoint registrationPoint) in Register()
79 public void Unregister(AMDCFIFlash peripheral) in Unregister()
93 …IEnumerable<IRegistered<AMDCFIFlash, NullRegistrationPoint>> IPeripheralContainer<AMDCFIFlash, Nul…
97 Enumerable.Empty<IRegistered<AMDCFIFlash, NullRegistrationPoint>>();
165 enable, nameof(MappedMemory), nameof(AMDCFIFlash)); in SetPromWriteEnable()
193 private AMDCFIFlash flash;
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/
DAMDCFIFlash.cs24 …public sealed class AMDCFIFlash : IBytePeripheral, IWordPeripheral, IDoubleWordPeripheral, IKnownS… class
26 public AMDCFIFlash(IMachine machine, MappedMemory underlyingMemory, int interleave = 4, in AMDCFIFlash() method in Antmicro.Renode.Peripherals.MTD.AMDCFIFlash