Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/DMA/
DUDMA.cs219 … (TransferType)controlStructure.SourceSize, (TransferType)controlStructure.DestinationSize, in InitTransfer()
264 … public uint SourceSize { get { return (uint)Math.Pow(2, (ControlWord >> 24) & 0x3); } } property