Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DEHCIHostController.cs1109 linkPointer = (uint)(link & ~(0x1f)); in Fetch()
1155 link = linkPointer | ((uint)type << 1) | (terminate ? 1u : 0u); in StaticMemoryUpdate()
1200 private uint linkPointer; field in Antmicro.Renode.Peripherals.USBDeprecated.EHCIHostController.QueueHead