Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DEHCIHostController.cs1107 CurrentTransferDescriptor = (uint)Address + 0x10u; in Fetch()
1120 TransferDescriptor.Fetch(CurrentTransferDescriptor); in Fetch()
1137CurrentTransferDescriptor = (uint)TransferDescriptor.FetchNext(); // get next transfer descriptor in Advance()
1158 systemBus.WriteDoubleWord(Address + 0x0C, CurrentTransferDescriptor); in StaticMemoryUpdate()
1197 public uint CurrentTransferDescriptor { get; private set; } property in Antmicro.Renode.Peripherals.USBDeprecated.EHCIHostController.QueueHead
1218 memoryAddress = qh.CurrentTransferDescriptor; in FillWithTransferDescriptor()