Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Bus/
DGaislerAPBController.cs101 …var busAddress = GetBusAddress(this) ?? throw new RecoverableException("Failed to get the controll… in cacheRecords()
103 … .Where(x => x.Peripheral is IGaislerAPB && GetBusAddress(x.Peripheral) == busAddress); in cacheRecords()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/
DSamsungK9NANDFlash.cs22 …d SamsungK9NANDFlashFromFile(this IMachine machine, string fileName, ulong busAddress, string name, in SamsungK9NANDFlashFromFile() argument
34 … machine.SystemBus.Register(flash, new BusRangeRegistration(busAddress, (ulong)flash.Size)); in SamsungK9NANDFlashFromFile()