Searched refs:busAddress (Results 1 – 2 of 2) sorted by relevance
101 …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()
22 …d SamsungK9NANDFlashFromFile(this IMachine machine, string fileName, ulong busAddress, string name, in SamsungK9NANDFlashFromFile() argument34 … machine.SystemBus.Register(flash, new BusRangeRegistration(busAddress, (ulong)flash.Size)); in SamsungK9NANDFlashFromFile()