Home
last modified time | relevance | path

Searched defs:requestedSize (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/PCI/BAR/
DBaseAddressRegister.cs13 public BaseAddressRegister(uint requestedSize) in BaseAddressRegister()
DIOBaseAddressRegister.cs13 …public IOBaseAddressRegister(uint requestedSize, BarType barType = BarType.IO) : base(requestedSiz… in IOBaseAddressRegister()
DMemoryBaseAddressRegister.cs13 …public MemoryBaseAddressRegister(uint requestedSize, BarType barType, bool prefetchable) : base(re… in MemoryBaseAddressRegister()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/
DCFIFlash.cs255 private void Init(string fileName, int? requestedSize, bool nonPersistent) in Init()
529 private void CheckSize(int sizeToCheck, int? requestedSize) in CheckSize()